aboutsummaryrefslogtreecommitdiff
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
parent23dfcefbf671f8bf529d84b7327599480ba4c7df (diff)
downloadgnunet-20529268519852b226a629af74bf3ddb4b070490.tar.gz
gnunet-20529268519852b226a629af74bf3ddb4b070490.zip
LRN: use bindto instead of use-localaddr
-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
-rw-r--r--src/dv/test_transport_dv_data.conf8
5 files changed, 8 insertions, 8 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
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 156fff03a..5eb2b6c1c 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -11,12 +11,7 @@ PORT = 2565
11PLUGINS = tcp dv 11PLUGINS = tcp dv
12BLACKLIST_FILE = $SERVICEHOME/blacklist 12BLACKLIST_FILE = $SERVICEHOME/blacklist
13BINARY = gnunet-service-transport 13BINARY = gnunet-service-transport
14# FIXME: this should do nothing, why does LRN say it is needed? 14USE_LOCALADDR = NO
15USE_LOCALADDR = YES
16
17[nat]
18# FIXME: probably a 'bindto' setting would be better?
19USE_LOCALADDR = YES
20 15
21[arm] 16[arm]
22PORT = 2566 17PORT = 2566
@@ -27,6 +22,7 @@ PORT = 2567
27 22
28[transport-tcp] 23[transport-tcp]
29PORT = 2568 24PORT = 2568
25BINDTO = 127.0.0.1
30 26
31[transport-udp] 27[transport-udp]
32PORT = 2568 28PORT = 2568