maintain argv for helpers
[oweals/gnunet.git] / src / dv / test_transport_dv_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-dv-testing/
3
4 [resolver]
5 PORT = 2564
6
7 [transport]
8 PORT = 2565
9 PLUGINS = tcp dv
10 BLACKLIST_FILE = $SERVICEHOME/blacklist
11 BINARY = gnunet-service-transport
12 USE_LOCALADDR = NO
13
14 [arm]
15 PORT = 2566
16 DEFAULTSERVICES =
17
18 [statistics]
19 PORT = 2567
20
21 [transport-tcp]
22 PORT = 2568
23 BINDTO = 127.0.0.1
24
25 [transport-udp]
26 PORT = 2568
27
28 [peerinfo]
29 PORT = 2569
30
31 [core]
32 PORT = 2570
33
34 [dv]
35 AUTOSTART = YES
36 ACCEPT_FROM6 = ::1;
37 ACCEPT_FROM = 127.0.0.1;
38 BINARY = gnunet-service-dv
39 HOME = $SERVICEHOME
40 HOSTNAME = localhost
41 PORT = 2571
42
43 [testing]
44 NUM_PEERS = 3
45 ADDITIONAL_MESSAGES = 10
46 WEAKRANDOM = YES
47 TOPOLOGY = CLIQUE
48 CONNECT_TOPOLOGY = LINE
49 BLACKLIST_TOPOLOGY = LINE
50 BLACKLIST_TRANSPORTS = tcp
51 F2F = YES
52 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
53
54 [fs]
55 AUTOSTART = NO
56
57 [nat]
58 DISABLEV6 = YES
59 ENABLE_UPNP = NO
60 BEHIND_NAT = NO
61 ALLOW_NAT = NO
62 INTERNAL_ADDRESS = 127.0.0.1
63 EXTERNAL_ADDRESS = 127.0.0.1
64 USE_LOCALADDR = NO
65
66 [dns]
67 AUTOSTART = NO
68
69
70
71 [nse]
72 AUTOSTART = NO
73
74