From 14b6de39c4316bb488d47dc07208a77dd0a85ef2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Jun 2017 17:46:28 +0200 Subject: [PATCH] fix nat service port collision during test --- src/core/test_core_quota_peer1.conf | 4 ++++ src/core/test_core_quota_peer2.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/core/test_core_quota_peer1.conf b/src/core/test_core_quota_peer1.conf index b96e7fefd..1807c763a 100644 --- a/src/core/test_core_quota_peer1.conf +++ b/src/core/test_core_quota_peer1.conf @@ -25,6 +25,10 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-peerinfo.sock PORT = 12475 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-transport.sock +[nat] +port = 12481 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-nat.sock + [ats] PORT = 12471 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-ats.sock diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf index 3c3275d74..122b00eec 100644 --- a/src/core/test_core_quota_peer2.conf +++ b/src/core/test_core_quota_peer2.conf @@ -26,6 +26,10 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-transport.sock PORT = 22480 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-core.sock +[nat] +PORT = 22481 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2.service-nat.sock + [ats] PORT = 22482 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-ats.sock -- 2.25.1