reduce config variables
[oweals/gnunet.git] / src / testing / test_testing_data_topology_clique_random.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-testing/
3 DEFAULTCONFIG = test_testing_data_topology_clique.conf
4
5 [resolver]
6 AUTOSTART = NO
7 PORT = 2564
8
9 [transport]
10 PORT = 2565
11 PLUGINS = 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]
18 PORT = 2566
19 DEFAULTSERVICES = 
20
21 [statistics]
22 AUTOSTART = NO
23 PORT = 2567
24
25 [transport-tcp]
26 PORT = 2568
27
28 [transport-udp]
29 PORT = 2568
30
31 [peerinfo]
32 PORT = 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]
39 PORT = 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]
45 NUM_PEERS = 20
46 WEAKRANDOM = YES
47 TOPOLOGY = CLIQUE
48 CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
49 CONNECT_TOPOLOGY_OPTION_MODIFIER = .15
50 F2F = YES
51
52 [dht]
53 AUTOSTART = NO
54
55