aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-03 15:14:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-03 15:14:03 +0000
commitfecd1c767db54ba18e060ba59dd922b75cd544e7 (patch)
treee8cc8fed1fe39dc0a21b3bbfd59a2d4187143956 /src/core/test_core_api_peer2.conf
parent93850e77594963bd40ef4cc1e54ceabc51a5d51b (diff)
downloadgnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.tar.gz
gnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.zip
invalid addresses cause transport trouble, removing to avoid for now
Diffstat (limited to 'src/core/test_core_api_peer2.conf')
-rw-r--r--src/core/test_core_api_peer2.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf
index 4e6fe519f..cba5dbcca 100644
--- a/src/core/test_core_api_peer2.conf
+++ b/src/core/test_core_api_peer2.conf
@@ -21,12 +21,12 @@ PLUGINS = tcp
21 21
22[nat] 22[nat]
23DISABLEV6 = YES 23DISABLEV6 = YES
24BINDTO = 127.0.0.1
25ENABLE_UPNP = NO 24ENABLE_UPNP = NO
26BEHIND_NAT = NO 25BEHIND_NAT = NO
27ALLOW_NAT = NO 26ALLOW_NAT = NO
28INTERNAL_ADDRESS = 127.0.0.1 27INTERNAL_ADDRESS = 127.0.0.1
29EXTERNAL_ADDRESS = 127.0.0.1 28EXTERNAL_ADDRESS = 127.0.0.1
29USE_LOCALADDR = NO
30 30
31[arm] 31[arm]
32PORT = 22466 32PORT = 22466
@@ -43,7 +43,6 @@ UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
43PORT = 22468 43PORT = 22468
44BINDTO = 127.0.0.1 44BINDTO = 127.0.0.1
45#DEBUG = YES 45#DEBUG = YES
46USE_LOCALADDR = YES
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22469 48PORT = 22469