-ensure stats queues do not grow too big
[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 [testbed]
4 AUTOSTART = NO
5 PORT = 12113
6 ACCEPT_FROM = 127.0.0.1;
7 HOSTNAME = localhost
8 OVERLAY_TOPOLOGY = NONE
9 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10
11 [dhtcache]
12 QUOTA = 1 MB
13 DATABASE = heap
14
15 [transport]
16 PLUGINS = udp
17 ACCEPT_FROM6 = ::1;
18 ACCEPT_FROM = 127.0.0.1;
19 NEIGHBOUR_LIMIT = 50
20 FORCESTART = YES
21
22 [ats]
23 WAN_QUOTA_OUT = 3932160
24 WAN_QUOTA_IN = 3932160
25
26 [core]
27 USE_EPHEMERAL_KEYS = NO
28 FORCESTART = YES
29
30 [transport-udp]
31 TIMEOUT = 300 s
32
33 [PATHS]
34 GNUNET_TEST_HOME = /tmp/test-testbed/
35
36 [nat]
37 RETURN_LOCAL_ADDRESSES = YES
38
39 [peerinfo]
40 NO_IO = YES