aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
parent93850e77594963bd40ef4cc1e54ceabc51a5d51b (diff)
downloadgnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.tar.gz
gnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.zip
invalid addresses cause transport trouble, removing to avoid for now
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_api_peer1.conf2
-rw-r--r--src/dht/test_dht_multipeer_data.conf2
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
-rw-r--r--src/dht/test_dhtlog_data.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index bb3c43d0d..e0e1e09eb 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -54,12 +54,12 @@ SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/
54 54
55[nat] 55[nat]
56DISABLEV6 = YES 56DISABLEV6 = YES
57BINDTO = 127.0.0.1
58ENABLE_UPNP = NO 57ENABLE_UPNP = NO
59BEHIND_NAT = NO 58BEHIND_NAT = NO
60ALLOW_NAT = NO 59ALLOW_NAT = NO
61INTERNAL_ADDRESS = 127.0.0.1 60INTERNAL_ADDRESS = 127.0.0.1
62EXTERNAL_ADDRESS = 127.0.0.1 61EXTERNAL_ADDRESS = 127.0.0.1
62USE_LOCALADDR = NO
63 63
64[dns] 64[dns]
65AUTOSTART = NO 65AUTOSTART = NO
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 2b749f195..037ec19d9 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -99,12 +99,12 @@ SERVICEHOME = /tmp/test-dht-multipeer/
99 99
100[nat] 100[nat]
101DISABLEV6 = YES 101DISABLEV6 = YES
102BINDTO = 127.0.0.1
103ENABLE_UPNP = NO 102ENABLE_UPNP = NO
104BEHIND_NAT = NO 103BEHIND_NAT = NO
105ALLOW_NAT = NO 104ALLOW_NAT = NO
106INTERNAL_ADDRESS = 127.0.0.1 105INTERNAL_ADDRESS = 127.0.0.1
107EXTERNAL_ADDRESS = 127.0.0.1 106EXTERNAL_ADDRESS = 127.0.0.1
107USE_LOCALADDR = NO
108 108
109[dns] 109[dns]
110AUTOSTART = NO 110AUTOSTART = NO
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 68268bc43..3f1128847 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -54,12 +54,12 @@ SERVICEHOME = /tmp/test-dht-twopeer/
54 54
55[nat] 55[nat]
56DISABLEV6 = YES 56DISABLEV6 = YES
57BINDTO = 127.0.0.1
58ENABLE_UPNP = NO 57ENABLE_UPNP = NO
59BEHIND_NAT = NO 58BEHIND_NAT = NO
60ALLOW_NAT = NO 59ALLOW_NAT = NO
61INTERNAL_ADDRESS = 127.0.0.1 60INTERNAL_ADDRESS = 127.0.0.1
62EXTERNAL_ADDRESS = 127.0.0.1 61EXTERNAL_ADDRESS = 127.0.0.1
62USE_LOCALADDR = NO
63 63
64[dns] 64[dns]
65AUTOSTART = NO 65AUTOSTART = NO
diff --git a/src/dht/test_dhtlog_data.conf b/src/dht/test_dhtlog_data.conf
index 3fd228cd6..3ea98b640 100644
--- a/src/dht/test_dhtlog_data.conf
+++ b/src/dht/test_dhtlog_data.conf
@@ -49,12 +49,12 @@ MYSQL_PORT = 3306
49 49
50[nat] 50[nat]
51DISABLEV6 = YES 51DISABLEV6 = YES
52BINDTO = 127.0.0.1
53ENABLE_UPNP = NO 52ENABLE_UPNP = NO
54BEHIND_NAT = NO 53BEHIND_NAT = NO
55ALLOW_NAT = NO 54ALLOW_NAT = NO
56INTERNAL_ADDRESS = 127.0.0.1 55INTERNAL_ADDRESS = 127.0.0.1
57EXTERNAL_ADDRESS = 127.0.0.1 56EXTERNAL_ADDRESS = 127.0.0.1
57USE_LOCALADDR = NO
58 58
59[dns] 59[dns]
60AUTOSTART = NO 60AUTOSTART = NO