aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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
parent23dfcefbf671f8bf529d84b7327599480ba4c7df (diff)
downloadgnunet-20529268519852b226a629af74bf3ddb4b070490.tar.gz
gnunet-20529268519852b226a629af74bf3ddb4b070490.zip
LRN: use bindto instead of use-localaddr
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_api_peer1.conf1
-rw-r--r--src/dht/test_dht_multipeer_data.conf3
-rw-r--r--src/dht/test_dht_twopeer_data.conf3
-rw-r--r--src/dht/test_dhtlog_data.conf1
4 files changed, 6 insertions, 2 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index fc08be8c4..ae0d2ff49 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -40,6 +40,7 @@ DEBUG = NO
40[transport-tcp] 40[transport-tcp]
41TIMEOUT = 300000 41TIMEOUT = 300000
42PORT = 12368 42PORT = 12368
43BINDTO = 127.0.0.1
43 44
44[TESTING] 45[TESTING]
45WEAKRANDOM = YES 46WEAKRANDOM = YES
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 9aae4a258..e792aa6e3 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -71,6 +71,7 @@ DEBUG = NO
71[transport-tcp] 71[transport-tcp]
72TIMEOUT = 300000 72TIMEOUT = 300000
73PORT = 12368 73PORT = 12368
74BINDTO = 127.0.0.1
74 75
75[DHT_TESTING] 76[DHT_TESTING]
76MYSQL_LOGGING_EXTENDED = NO 77MYSQL_LOGGING_EXTENDED = NO
@@ -104,7 +105,7 @@ BEHIND_NAT = NO
104ALLOW_NAT = NO 105ALLOW_NAT = NO
105INTERNAL_ADDRESS = 127.0.0.1 106INTERNAL_ADDRESS = 127.0.0.1
106EXTERNAL_ADDRESS = 127.0.0.1 107EXTERNAL_ADDRESS = 127.0.0.1
107USE_LOCALADDR = YES 108USE_LOCALADDR = NO
108 109
109[dns] 110[dns]
110AUTOSTART = NO 111AUTOSTART = NO
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
diff --git a/src/dht/test_dhtlog_data.conf b/src/dht/test_dhtlog_data.conf
index cc3fbf72d..22fb6ed46 100644
--- a/src/dht/test_dhtlog_data.conf
+++ b/src/dht/test_dhtlog_data.conf
@@ -24,6 +24,7 @@ DEBUG = NO
24[transport-tcp] 24[transport-tcp]
25TIMEOUT = 300000 25TIMEOUT = 300000
26PORT = 12368 26PORT = 12368
27BINDTO = 127.0.0.1
27 28
28[TESTING] 29[TESTING]
29WEAKRANDOM = YES 30WEAKRANDOM = YES