-fix compile
[oweals/gnunet.git] / src / integration-tests / test_connection_stability.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_connection_stability/
3 DEFAULTCONFIG = test_connection_stability.conf
4
5 [resolver]
6 PORT = 2564
7
8 [transport]
9 PORT = 2565
10 PLUGINS = tcp
11
12 [arm]
13 PORT = 2566
14 DEFAULTSERVICES = 
15
16 [statistics]
17 PORT = 2567
18
19 [transport-tcp]
20 PORT = 2568
21 BINDTO = 127.0.0.1
22
23 [peerinfo]
24 PORT = 2569
25
26 [core]
27 PORT = 2570
28
29 [testing]
30 WEAKRANDOM = YES
31
32 [testing_old]
33 NUM_PEERS = 5
34 F2F = YES
35 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
36
37 [dht]
38 AUTOSTART = NO
39
40 [nat]
41 DISABLEV6 = YES
42 ENABLE_UPNP = NO
43 BEHIND_NAT = NO
44 ALLOW_NAT = NO
45 INTERNAL_ADDRESS = 127.0.0.1
46 EXTERNAL_ADDRESS = 127.0.0.1
47 USE_LOCALADDR = NO
48
49 [dns]
50 AUTOSTART = NO
51
52 [nse]
53 AUTOSTART = NO
54
55 [mesh]
56 AUTOSTART = NO
57
58 [datastore]
59 AUTOSTART = NO
60
61 [fs]
62 AUTOSTART = NO
63
64 [dv]
65 AUTOSTART = NO
66
67 [chat]
68 AUTOSTART = NO
69
70 [vpn]
71 AUTOSTART = NO
72
73 [gns]
74 AUTOSTART = NO
75
76 [namestore]
77 AUTOSTART = NO
78
79 [lockmanager]
80 AUTOSTART = NO
81
82 [arm]
83 DEFAULTSERVICES = core
84