-ensure stats queues do not grow too big
[oweals/gnunet.git] / src / testing / test_testing_sharedservices.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-gnunet-testing/
3
4 [testbed-logger]
5 PORT = 15000
6 UNIXPATH = $GNUNET_RUNTIME_DIR/testbed-logger.sock
7 DIR = /tmp/testbed-logger
8
9 [transport]
10 PLUGINS = tcp
11
12 [transport-tcp]
13 TESTING_IGNORE_KEYS = SOMETHING;KEY1;ACCEPT_FROM;
14
15 [transport-tcp]
16 BINDTO = 127.0.0.1
17
18 [nat]
19 DISABLEV6 = YES
20 ENABLE_UPNP = NO
21 BEHIND_NAT = NO
22 ALLOW_NAT = NO
23 INTERNAL_ADDRESS = 127.0.0.1
24 EXTERNAL_ADDRESS = 127.0.0.1
25 USE_LOCALADDR = NO
26