aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_clique_random.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_clique_random.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_data_topology_clique_random.conf')
-rw-r--r--src/testing/test_testing_data_topology_clique_random.conf71
1 files changed, 13 insertions, 58 deletions
diff --git a/src/testing/test_testing_data_topology_clique_random.conf b/src/testing/test_testing_data_topology_clique_random.conf
index d3b459e29..2ff37b45d 100644
--- a/src/testing/test_testing_data_topology_clique_random.conf
+++ b/src/testing/test_testing_data_topology_clique_random.conf
@@ -1,73 +1,28 @@
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
7PORT = 2564
8
9[transport]
10PORT = 2565
11PLUGINS = tcp
12#PREFIX = xterm -e xterm -T transport -e gdb --args
13#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
14#PREFIX = valgrind --tool=memcheck --log-file=logs%p
15#DEBUG = YES
16
17[arm]
18PORT = 2566
19DEFAULTSERVICES =
20
21[statistics]
22AUTOSTART = NO
23PORT = 2567
24
25[transport-tcp]
26PORT = 2568
27
28[transport-udp]
29PORT = 2568
30
31[peerinfo]
32PORT = 2569
33#DEBUG = YES
34#PREFIX = xterm -e xterm -T peerinfo -e gdb --args
35#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo
36#PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p
37
38[core]
39PORT = 2570
40#PREFIX = xterm -e xterm -T CORE -e gdb --args
41#PREFIX = valgrind --tool=memcheck --log-file=logs%p
42#DEBUG = YES
43
44[testing]
45NUM_PEERS = 20 6NUM_PEERS = 20
46WEAKRANDOM = YES
47TOPOLOGY = CLIQUE 7TOPOLOGY = CLIQUE
48CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET 8CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
49CONNECT_TOPOLOGY_OPTION_MODIFIER = .15 9CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
50F2F = YES
51HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
52 10
53[dht] 11[transport-udp]
54AUTOSTART = NO 12PORT = 2568
55
56[nat]
57DISABLEV6 = YES
58ENABLE_UPNP = NO
59BEHIND_NAT = NO
60ALLOW_NAT = NO
61INTERNAL_ADDRESS = 127.0.0.1
62EXTERNAL_ADDRESS = 127.0.0.1
63USE_LOCALADDR = NO
64 13
65[dns] 14[statistics]
66AUTOSTART = NO 15AUTOSTART = NO
67 16
17[resolver]
18AUTOSTART = NO
68 19
20[datastore]
21AUTOSTART = YES
69 22
70[nse] 23[fs]
71AUTOSTART = NO 24AUTOSTART = YES
72 25
26[mesh]
27AUTOSTART = YES
73 28