aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_template.conf
blob: 381c1bd85a2f4a51892bc3ba00c9fa989704e81b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf

[testbed]
START_ON_DEMAND = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
OVERLAY_TOPOLOGY = NONE
#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args

[dhtcache]
QUOTA = 1 MB
DATABASE = heap

[transport]
PLUGINS = udp
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
IMMEDIATE_START = YES

# Transport requires resolver when connecting to a peer, so enable it
[resolver]
START_ON_DEMAND = YES

[ats]
WAN_QUOTA_OUT = 3932160
WAN_QUOTA_IN = 3932160

[core]
USE_EPHEMERAL_KEYS = NO
IMMEDIATE_START = YES

[transport-udp]
TIMEOUT = 300 s

[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/

[nat]
RETURN_LOCAL_ADDRESSES = YES

[peerinfo]
NO_IO = YES