remote host testing
[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 #DEBUG = YES
12 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
13 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
14
15 [arm]
16 PORT = 2566
17 DEFAULTSERVICES = core
18
19 [statistics]
20 PORT = 2567
21
22 [transport-tcp]
23 PORT = 2568
24
25 [peerinfo]
26 PORT = 2569
27
28 [core]
29 PORT = 2570
30
31 [testing]
32 WEAKRANDOM = YES
33 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34 #The following options are REQUIRED for peergroup convenience usage!
35 MAX_OUTSTANDING_CONNECTIONS = 20
36 MAX_CONCURRENT_SSH = 1
37 CONNECT_ATTEMPTS = 2
38 PEERGROUP_TIMEOUT = 300
39 TOPOLOGY = CLIQUE
40 PERCENTAGE = 0.5
41 PROBABILITY = 0.5
42 CONNECT_TOPOLOGY = CLIQUE
43 CONNECT_TOPOLOGY_OPTION = CONNECT_NONE
44 CONNECT_TOPOLOGY_OPTION_MODIFIER = 0.0
45 BLACKLIST_TOPOLOGY = NONE
46 BLACKLIST_TRANSPORTS = tcp udp
47 USE_PROGRESSBARS = NO
48
49
50 [fs]
51 AUTOSTART = NO
52
53 [datastore]
54 AUTOSTART = NO
55
56 [dht]
57 AUTOSTART = NO
58
59 [nat]
60 DISABLEV6 = YES
61 ENABLE_UPNP = NO
62 BEHIND_NAT = NO
63 ALLOW_NAT = NO
64 INTERNAL_ADDRESS = 127.0.0.1
65 EXTERNAL_ADDRESS = 127.0.0.1
66 USE_LOCALADDR = NO
67
68 [dns]
69 AUTOSTART = NO
70
71
72
73 [nse]
74 AUTOSTART = NO
75
76