aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_none.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
commitafb3ea4f771c7534dbee439c21a62fe0519ba832 (patch)
treee9b6f7e1862b8319d1d312b78152227af3ae087a /src/testing/test_testing_data_topology_none.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_data_topology_none.conf')
-rw-r--r--src/testing/test_testing_data_topology_none.conf74
1 files changed, 24 insertions, 50 deletions
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index 0811c3b12..0a05572c0 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -1,76 +1,50 @@
1@INLINE@ test_testing_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_clique.conf 3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 4
5[resolver] 5[TESTING]
6AUTOSTART = NO 6NUM_PEERS = 1000
7PORT = 0 7TOPOLOGY = NONE
8 8F2F = NO
9[transport] 9BLACKLIST_TOPOLOGY = NONE
10PORT = 0 10CONNECT_TOPOLOGY = RING
11PLUGINS = tcp
12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
13#PREFIX = valgrind --tool=massif
14 11
15[topology] 12[transport-tcp]
16PORT = 0 13BINDTO = 127.0.0.1
17 14
18[arm] 15[arm]
19PORT = 0 16PORT = 0
20DEFAULTSERVICES =
21 17
22[statistics] 18[statistics]
23AUTOSTART = NO 19AUTOSTART = NO
24PORT = 0 20PORT = 0
25 21
26[transport-tcp] 22[resolver]
27PORT = 2568 23AUTOSTART = NO
28BINDTO = 127.0.0.1 24PORT = 0
29 25
30[peerinfo] 26[peerinfo]
31PORT = 0 27PORT = 0
32 28
33[core] 29[transport]
34PORT = 0 30PORT = 0
35 31
36[hostlist] 32[core]
37PORT = 0 33PORT = 0
38 34
39[fs] 35[topology]
40PORT = 0 36PORT = 0
41 37
42[testing] 38[hostlist]
43NUM_PEERS = 1000 39PORT = 0
44WEAKRANDOM = YES
45TOPOLOGY = NONE
46F2F = NO
47BLACKLIST_TOPOLOGY = NONE
48CONNECT_TOPOLOGY = RING
49#CONNECT_TOPOLOGY = 2D_TORUS
50#CONNECT_TOPOLOGY = CLIQUE
51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
53#DEBUG = YES
54HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
55
56[dht]
57AUTOSTART = NO
58
59[nat]
60DISABLEV6 = YES
61ENABLE_UPNP = NO
62BEHIND_NAT = NO
63ALLOW_NAT = NO
64INTERNAL_ADDRESS = 127.0.0.1
65EXTERNAL_ADDRESS = 127.0.0.1
66USE_LOCALADDR = NO
67
68[dns]
69AUTOSTART = NO
70
71 40
41[datastore]
42AUTOSTART = YES
72 43
73[nse] 44[fs]
74AUTOSTART = NO 45AUTOSTART = YES
46PORT = 0
75 47
48[mesh]
49AUTOSTART = YES
76 50