gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 14b6de39c4316bb488d47dc07208a77dd0a85ef2
parent 9ef30ca3b59155450cb5e1adf8c8f9a0632c18aa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Jun 2017 17:46:28 +0200

fix nat service port collision during test

Diffstat:
Msrc/core/test_core_quota_peer1.conf | 4++++
Msrc/core/test_core_quota_peer2.conf | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git 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 @@ -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