aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-04 00:47:12 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-04 00:47:12 +0000
commit61b57d2d74d4f3e910e8274c8c95b62eb1631df5 (patch)
tree1801d032be3506a54e1e67cf8f7fcbcee13e9cc6 /src/transport/template_cfg_peer2.conf
parent8dac0fff1f5e4a5df3b6f7afaaf6ab334d79436b (diff)
downloadgnunet-61b57d2d74d4f3e910e8274c8c95b62eb1631df5.tar.gz
gnunet-61b57d2d74d4f3e910e8274c8c95b62eb1631df5.zip
also allow local addresses for P2
Diffstat (limited to 'src/transport/template_cfg_peer2.conf')
-rw-r--r--src/transport/template_cfg_peer2.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 63c13c239..8df39d488 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -4,6 +4,10 @@ GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/ 4GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
5GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/ 5GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
6 6
7[nat]
8RETURN_LOCAL_ADDRESSES = YES
9DISABLEV6 = NO
10
7[transport-tcp] 11[transport-tcp]
8PORT = 12100 12PORT = 12100
9TIMEOUT = 5 s 13TIMEOUT = 5 s