aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-26 17:46:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-26 17:46:28 +0200
commit14b6de39c4316bb488d47dc07208a77dd0a85ef2 (patch)
tree3195f3530560bc7f69ad541272fa94591da80264 /src/core
parent9ef30ca3b59155450cb5e1adf8c8f9a0632c18aa (diff)
downloadgnunet-14b6de39c4316bb488d47dc07208a77dd0a85ef2.tar.gz
gnunet-14b6de39c4316bb488d47dc07208a77dd0a85ef2.zip
fix nat service port collision during test
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_quota_peer1.conf4
-rw-r--r--src/core/test_core_quota_peer2.conf4
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
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
25PORT = 12475 25PORT = 12475
26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-transport.sock 26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-transport.sock
27 27
28[nat]
29port = 12481
30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-nat.sock
31
28[ats] 32[ats]
29PORT = 12471 33PORT = 12471
30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-ats.sock 34UNIXPATH = $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
26PORT = 22480 26PORT = 22480
27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-core.sock 27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-core.sock
28 28
29[nat]
30PORT = 22481
31UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2.service-nat.sock
32
29[ats] 33[ats]
30PORT = 22482 34PORT = 22482
31UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-ats.sock 35UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p2-service-ats.sock