aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-21 08:39:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-21 08:39:41 +0000
commit6237a406f8c329cbfbafb43233c7094d92d37bee (patch)
treec62b3707274667bed52450e4162f1ec8a3864f25 /src
parent70f2a7ec761957409a37b29fc43943fe8d88cf97 (diff)
downloadgnunet-6237a406f8c329cbfbafb43233c7094d92d37bee.tar.gz
gnunet-6237a406f8c329cbfbafb43233c7094d92d37bee.zip
no dht auto
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_testing_connect_peer1.conf5
-rw-r--r--src/testing/test_testing_connect_peer2.conf5
-rw-r--r--src/testing/test_testing_data.conf5
-rw-r--r--src/testing/test_testing_data_remote.conf5
-rw-r--r--src/testing/test_testing_data_topology_2d_torus.conf5
-rw-r--r--src/testing/test_testing_data_topology_blacklist.conf5
-rw-r--r--src/testing/test_testing_data_topology_churn.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_dfs.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_minimum.conf5
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf5
-rw-r--r--src/testing/test_testing_data_topology_erdos_renyi.conf5
-rw-r--r--src/testing/test_testing_data_topology_internat.conf5
-rw-r--r--src/testing/test_testing_data_topology_none.conf5
-rw-r--r--src/testing/test_testing_data_topology_ring.conf5
-rw-r--r--src/testing/test_testing_data_topology_scale_free.conf5
-rw-r--r--src/testing/test_testing_data_topology_small_world_ring.conf5
-rw-r--r--src/testing/test_testing_data_topology_small_world_torus.conf5
18 files changed, 90 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index 9b240c855..ab2cfb66c 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -49,3 +49,8 @@ AUTOSTART = NO
49 49
50[datastore] 50[datastore]
51AUTOSTART = NO 51AUTOSTART = NO
52
53[dht]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index 5d4237343..7730c3393 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -49,3 +49,8 @@ AUTOSTART = NO
49 49
50[datastore] 50[datastore]
51AUTOSTART = NO 51AUTOSTART = NO
52
53[dht]
54AUTOSTART = NO
55
56
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index cb94d6f51..5a44f1162 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -35,3 +35,8 @@ AUTOSTART = NO
35 35
36[datastore] 36[datastore]
37AUTOSTART = NO 37AUTOSTART = NO
38
39[dht]
40AUTOSTART = NO
41
42
diff --git a/src/testing/test_testing_data_remote.conf b/src/testing/test_testing_data_remote.conf
index 69d8bb1be..3c28c5ece 100644
--- a/src/testing/test_testing_data_remote.conf
+++ b/src/testing/test_testing_data_remote.conf
@@ -31,3 +31,8 @@ PORT = 2570
31CONTROL_HOST = 131.159.20.42 31CONTROL_HOST = 131.159.20.42
32HOSTS = 127.0.0.1 32HOSTS = 127.0.0.1
33WEAKRANDOM = YES 33WEAKRANDOM = YES
34
35[dht]
36AUTOSTART = NO
37
38
diff --git a/src/testing/test_testing_data_topology_2d_torus.conf b/src/testing/test_testing_data_topology_2d_torus.conf
index f67510069..c1e0c7552 100644
--- a/src/testing/test_testing_data_topology_2d_torus.conf
+++ b/src/testing/test_testing_data_topology_2d_torus.conf
@@ -34,3 +34,8 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = 2D_TORUS 35TOPOLOGY = 2D_TORUS
36F2F = YES 36F2F = YES
37
38[dht]
39AUTOSTART = NO
40
41
diff --git a/src/testing/test_testing_data_topology_blacklist.conf b/src/testing/test_testing_data_topology_blacklist.conf
index d37331aea..0e720d256 100644
--- a/src/testing/test_testing_data_topology_blacklist.conf
+++ b/src/testing/test_testing_data_topology_blacklist.conf
@@ -47,3 +47,8 @@ TOPOLOGY = CLIQUE
47BLACKLIST_TOPOLOGY = RING 47BLACKLIST_TOPOLOGY = RING
48BLACKLIST_TRANSPORTS = tcp udp http 48BLACKLIST_TRANSPORTS = tcp udp http
49F2F = YES 49F2F = YES
50
51[dht]
52AUTOSTART = NO
53
54
diff --git a/src/testing/test_testing_data_topology_churn.conf b/src/testing/test_testing_data_topology_churn.conf
index a4c2f8c15..13b7ca54a 100644
--- a/src/testing/test_testing_data_topology_churn.conf
+++ b/src/testing/test_testing_data_topology_churn.conf
@@ -42,3 +42,8 @@ PORT = 2570
42[testing] 42[testing]
43NUM_PEERS = 12 43NUM_PEERS = 12
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45
46[dht]
47AUTOSTART = NO
48
49
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index 114364da2..012c2cab4 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -46,3 +46,8 @@ WEAKRANDOM = YES
46TOPOLOGY = CLIQUE 46TOPOLOGY = CLIQUE
47F2F = YES 47F2F = YES
48#DEBUG = YES 48#DEBUG = YES
49
50[dht]
51AUTOSTART = NO
52
53
diff --git a/src/testing/test_testing_data_topology_clique_dfs.conf b/src/testing/test_testing_data_topology_clique_dfs.conf
index b83b6d9d6..0a304e1a2 100644
--- a/src/testing/test_testing_data_topology_clique_dfs.conf
+++ b/src/testing/test_testing_data_topology_clique_dfs.conf
@@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = CONNECT_DFS 46CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
48F2F = YES 48F2F = YES
49
50[dht]
51AUTOSTART = NO
52
53
diff --git a/src/testing/test_testing_data_topology_clique_minimum.conf b/src/testing/test_testing_data_topology_clique_minimum.conf
index e4a72862c..1215b2ab7 100644
--- a/src/testing/test_testing_data_topology_clique_minimum.conf
+++ b/src/testing/test_testing_data_topology_clique_minimum.conf
@@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM 46CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0 47CONNECT_TOPOLOGY_OPTION_MODIFIER = 2.0
48F2F = YES 48F2F = YES
49
50[dht]
51AUTOSTART = NO
52
53
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index f66baf439..edf2eb56e 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -46,3 +46,8 @@ TOPOLOGY = CLIQUE
46CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET 46CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
47CONNECT_TOPOLOGY_OPTION_MODIFIER = .15 47CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
48F2F = YES 48F2F = YES
49
50[dht]
51AUTOSTART = NO
52
53
diff --git a/src/testing/test_testing_data_topology_erdos_renyi.conf b/src/testing/test_testing_data_topology_erdos_renyi.conf
index b2a98bc52..15bc54dd9 100644
--- a/src/testing/test_testing_data_topology_erdos_renyi.conf
+++ b/src/testing/test_testing_data_topology_erdos_renyi.conf
@@ -34,3 +34,8 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = ERDOS_RENYI 35TOPOLOGY = ERDOS_RENYI
36F2F = YES 36F2F = YES
37
38[dht]
39AUTOSTART = NO
40
41
diff --git a/src/testing/test_testing_data_topology_internat.conf b/src/testing/test_testing_data_topology_internat.conf
index 806bd47a0..e4382f802 100644
--- a/src/testing/test_testing_data_topology_internat.conf
+++ b/src/testing/test_testing_data_topology_internat.conf
@@ -34,3 +34,8 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = INTERNAT 35TOPOLOGY = INTERNAT
36F2F = YES 36F2F = YES
37
38[dht]
39AUTOSTART = NO
40
41
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index f03633d56..d63b99ba4 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -51,3 +51,8 @@ CONNECT_TOPOLOGY = RING
51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS 51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20 52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
53#DEBUG = YES 53#DEBUG = YES
54
55[dht]
56AUTOSTART = NO
57
58
diff --git a/src/testing/test_testing_data_topology_ring.conf b/src/testing/test_testing_data_topology_ring.conf
index c3621d259..759745011 100644
--- a/src/testing/test_testing_data_topology_ring.conf
+++ b/src/testing/test_testing_data_topology_ring.conf
@@ -35,3 +35,8 @@ WEAKRANDOM = YES
35TOPOLOGY = RING 35TOPOLOGY = RING
36F2F = YES 36F2F = YES
37BLACKLISTING = YES 37BLACKLISTING = YES
38
39[dht]
40AUTOSTART = NO
41
42
diff --git a/src/testing/test_testing_data_topology_scale_free.conf b/src/testing/test_testing_data_topology_scale_free.conf
index 456a81baa..abf86e3d9 100644
--- a/src/testing/test_testing_data_topology_scale_free.conf
+++ b/src/testing/test_testing_data_topology_scale_free.conf
@@ -44,3 +44,8 @@ NUM_PEERS = 500
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = SCALE_FREE 45TOPOLOGY = SCALE_FREE
46F2F = YES 46F2F = YES
47
48[dht]
49AUTOSTART = NO
50
51
diff --git a/src/testing/test_testing_data_topology_small_world_ring.conf b/src/testing/test_testing_data_topology_small_world_ring.conf
index 2b98bf5af..bf7208970 100644
--- a/src/testing/test_testing_data_topology_small_world_ring.conf
+++ b/src/testing/test_testing_data_topology_small_world_ring.conf
@@ -34,3 +34,8 @@ NUM_PEERS = 25
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = SMALL_WORLD_RING 35TOPOLOGY = SMALL_WORLD_RING
36F2F = YES 36F2F = YES
37
38[dht]
39AUTOSTART = NO
40
41
diff --git a/src/testing/test_testing_data_topology_small_world_torus.conf b/src/testing/test_testing_data_topology_small_world_torus.conf
index fec198881..b19fba607 100644
--- a/src/testing/test_testing_data_topology_small_world_torus.conf
+++ b/src/testing/test_testing_data_topology_small_world_torus.conf
@@ -34,3 +34,8 @@ NUM_PEERS = 5
34WEAKRANDOM = YES 34WEAKRANDOM = YES
35TOPOLOGY = SMALL_WORLD 35TOPOLOGY = SMALL_WORLD
36F2F = YES 36F2F = YES
37
38[dht]
39AUTOSTART = NO
40
41