(no commit message)
[oweals/gnunet.git] / src / transport / test_transport_ats.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-testing/
3 DEFAULTCONFIG = test_testing_data.conf
4
5 [resolver]
6 PORT = 2564
7
8 [transport]
9 PORT = 2565
10 PLUGINS = tcp
11 #DEBUG = NO
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 [transport-udp]
26 PORT = 2571
27
28 [peerinfo]
29 PORT = 2569
30
31 [core]
32 PORT = 2570
33
34 [testing]
35 WEAKRANDOM = YES
36 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
37
38 [fs]
39 AUTOSTART = NO
40
41 [datastore]
42 AUTOSTART = NO
43
44 [dht]
45 AUTOSTART = NO
46
47