47e0a18df8ad7998d0eb6a9ca4f6b4c42ef6aa12
[oweals/gnunet.git] / src / testing / test_testing_data_topology_stability.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-testing/
3 DEFAULTCONFIG = test_testing_data_topology_clique.conf
4
5 [resolver]
6 PORT = 2564
7
8 [transport]
9 PORT = 2565
10 PLUGINS = tcp
11 #PREFIX = xterm -e xterm -T transport -e gdb --args
12 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
13 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
14 #PREFIX = valgrind --tool=callgrind --log-file=callgrind.%p
15 #DEBUG = YES
16
17 [arm]
18 PORT = 2566
19 DEFAULTSERVICES = 
20
21 [statistics]
22 PORT = 2567
23
24 [transport-tcp]
25 PORT = 2568
26
27 [transport-udp]
28 PORT = 2568
29
30 [peerinfo]
31 PORT = 2569
32 #DEBUG = YES
33 #PREFIX = xterm -e xterm -T peerinfo -e gdb --args
34 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo
35 #PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p
36
37 [core]
38 PORT = 2570
39 #PREFIX = xterm -e xterm -T CORE -e gdb --args
40 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
41 #DEBUG = YES
42
43 [testing]
44 SETTLE_TIME = 600
45 NUM_PEERS = 10
46 WEAKRANDOM = YES
47 #CONNECT_TOPOLOGY = CLIQUE
48 TOPOLOGY = CLIQUE
49 F2F = YES
50 #DEBUG = YES
51
52 [dht]
53 AUTOSTART = NO
54
55