From: Christian Grothoff Date: Mon, 26 Jun 2017 15:46:28 +0000 (+0200) Subject: fix nat service port collision during test X-Git-Tag: gnunet-0.11.0rc0~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14b6de39c4316bb488d47dc07208a77dd0a85ef2;p=oweals%2Fgnunet.git fix nat service port collision during test --- 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