aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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/fs
parent93850e77594963bd40ef4cc1e54ceabc51a5d51b (diff)
downloadgnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.tar.gz
gnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.zip
invalid addresses cause transport trouble, removing to avoid for now
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_test_lib_data.conf4
-rw-r--r--src/fs/test_fs_download_data.conf6
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf4
3 files changed, 4 insertions, 10 deletions
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 3442da354..67ffcde57 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -18,12 +18,12 @@ PLUGINS = tcp
18 18
19[nat] 19[nat]
20DISABLEV6 = YES 20DISABLEV6 = YES
21BINDTO = 127.0.0.1
22ENABLE_UPNP = NO 21ENABLE_UPNP = NO
23BEHIND_NAT = NO 22BEHIND_NAT = NO
24ALLOW_NAT = NO 23ALLOW_NAT = NO
25INTERNAL_ADDRESS = 127.0.0.1 24INTERNAL_ADDRESS = 127.0.0.1
26EXTERNAL_ADDRESS = 127.0.0.1 25EXTERNAL_ADDRESS = 127.0.0.1
26USE_LOCALADDR = NO
27 27
28[arm] 28[arm]
29PORT = 43466 29PORT = 43466
@@ -41,7 +41,7 @@ PORT = 43467
41HOSTNAME = localhost 41HOSTNAME = localhost
42 42
43[transport-tcp] 43[transport-tcp]
44TIMEOUT = 300000 44BINDTO = 127.0.0.1
45PORT = 43468 45PORT = 43468
46 46
47[peerinfo] 47[peerinfo]
diff --git a/src/fs/test_fs_download_data.conf b/src/fs/test_fs_download_data.conf
index 528642749..8ede4662c 100644
--- a/src/fs/test_fs_download_data.conf
+++ b/src/fs/test_fs_download_data.conf
@@ -48,14 +48,10 @@ WEAKRANDOM = YES
48 48
49[dhtcache] 49[dhtcache]
50QUOTA=65536 50QUOTA=65536
51
52DATABASE=sqlite 51DATABASE=sqlite
52
53[mesh] 53[mesh]
54AUTOSTART = NO 54AUTOSTART = NO
55 55
56
57
58[dns] 56[dns]
59AUTOSTART = NO 57AUTOSTART = NO
60
61
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
index 98e8a88d6..b30a87510 100644
--- a/src/fs/test_gnunet_service_fs_migration_data.conf
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -70,13 +70,11 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
70 70
71[dhtcache] 71[dhtcache]
72QUOTA=65536 72QUOTA=65536
73
74DATABASE=sqlite 73DATABASE=sqlite
74
75[mesh] 75[mesh]
76AUTOSTART = NO 76AUTOSTART = NO
77 77
78
79
80[dns] 78[dns]
81AUTOSTART = NO 79AUTOSTART = NO
82 80