gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/02: fix nat service port collision during test


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: fix nat service port collision during test
Date: Thu, 29 Jun 2017 15:02:35 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 14b6de39c4316bb488d47dc07208a77dd0a85ef2
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 26 17:46:28 2017 +0200

    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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]