Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}) for...
[oweals/gnunet.git] / src / testbed / test_testbed_api_template.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2 @INLINE@ ../../contrib/no_autostart_above_core.conf
3
4 [testbed]
5 AUTOSTART = NO
6 PORT = 12113
7 ACCEPT_FROM = 127.0.0.1;
8 HOSTNAME = localhost
9 OVERLAY_TOPOLOGY = NONE
10 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
11
12 [dhtcache]
13 QUOTA = 1 MB
14 DATABASE = heap
15
16 [transport]
17 PLUGINS = udp
18 ACCEPT_FROM6 = ::1;
19 ACCEPT_FROM = 127.0.0.1;
20 NEIGHBOUR_LIMIT = 50
21 FORCESTART = YES
22
23 # Transport requires resolver when connecting to a peer, so enable it
24 [resolver]
25 AUTOSTART = YES
26
27 [ats]
28 WAN_QUOTA_OUT = 3932160
29 WAN_QUOTA_IN = 3932160
30
31 [core]
32 USE_EPHEMERAL_KEYS = NO
33 FORCESTART = YES
34
35 [transport-udp]
36 TIMEOUT = 300 s
37
38 [PATHS]
39 GNUNET_TEST_HOME = /tmp/test-testbed/
40
41 [nat]
42 RETURN_LOCAL_ADDRESSES = YES
43
44 [peerinfo]
45 NO_IO = YES