aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-26 20:37:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-26 20:37:14 +0000
commit20529268519852b226a629af74bf3ddb4b070490 (patch)
tree539ea529a5607fc31024e69bbc3fab24d6e53e20 /src/dht/test_dht_twopeer_data.conf
parent23dfcefbf671f8bf529d84b7327599480ba4c7df (diff)
downloadgnunet-20529268519852b226a629af74bf3ddb4b070490.tar.gz
gnunet-20529268519852b226a629af74bf3ddb4b070490.zip
LRN: use bindto instead of use-localaddr
Diffstat (limited to 'src/dht/test_dht_twopeer_data.conf')
-rw-r--r--src/dht/test_dht_twopeer_data.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 49465ffef..7733f6405 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -38,6 +38,7 @@ DEBUG = NO
38[transport-tcp] 38[transport-tcp]
39TIMEOUT = 300000 39TIMEOUT = 300000
40PORT = 12368 40PORT = 12368
41BINDTO = 127.0.0.1
41 42
42[TESTING] 43[TESTING]
43WEAKRANDOM = YES 44WEAKRANDOM = YES
@@ -54,7 +55,7 @@ BEHIND_NAT = NO
54ALLOW_NAT = NO 55ALLOW_NAT = NO
55INTERNAL_ADDRESS = 127.0.0.1 56INTERNAL_ADDRESS = 127.0.0.1
56EXTERNAL_ADDRESS = 127.0.0.1 57EXTERNAL_ADDRESS = 127.0.0.1
57USE_LOCALADDR = YES 58USE_LOCALADDR = NO
58 59
59[dns] 60[dns]
60AUTOSTART = NO 61AUTOSTART = NO