fix warning
[oweals/gnunet.git] / src / testing / test_testing_peergroup_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-testing/
3 DEFAULTCONFIG = test_testing_peergroup_data.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 -x cmd --args
12 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
13
14 [arm]
15 PORT = 2566
16 DEFAULTSERVICES = core
17
18 [statistics]
19 PORT = 2567
20
21 [transport-tcp]
22 PORT = 2568
23
24 [peerinfo]
25 PORT = 2569
26
27 [core]
28 PORT = 2570
29
30 [testing]
31 WEAKRANDOM = YES
32 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
33 #The following options are REQUIRED for peergroup convenience usage!
34 MAX_OUTSTANDING_CONNECTIONS = 20
35 MAX_CONCURRENT_SSH = 1
36 CONNECT_ATTEMPTS = 2
37 PEERGROUP_TIMEOUT = 300
38 TOPOLOGY = CLIQUE
39 PERCENTAGE = 0.5
40 PROBABILITY = 0.5
41 CONNECT_TOPOLOGY = CLIQUE
42 CONNECT_TOPOLOGY_OPTION = CONNECT_NONE
43 CONNECT_TOPOLOGY_OPTION_MODIFIER = 0.0
44 BLACKLIST_TOPOLOGY = NONE
45 BLACKLIST_TRANSPORTS = tcp udp
46 USE_PROGRESSBARS = NO
47
48
49 [fs]
50 AUTOSTART = NO
51
52 [datastore]
53 AUTOSTART = NO
54
55 [dht]
56 AUTOSTART = NO
57
58