- verboser log, faster start
[oweals/gnunet.git] / src / testbed / testbed.conf.in
1 [testbed]
2 AUTOSTART = NO
3 @UNIXONLY@ PORT = 2101
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 BINARY = gnunet-service-testbed
7 OPERATION_TIMEOUT = 30 s
8 # Set this to the path where the testbed helper is installed
9 # HELPER_BINARY_PATH = @prefix@/lib/gnunet/libexec/gnunet-helper-testbed
10 ACCEPT_FROM = 127.0.0.1;
11 ACCEPT_FROM6 = ::1;
12 UNIXPATH = /tmp/gnunet-service-testbed.sock
13 UNIX_MATCH_UID = YES
14 UNIX_MATCH_GID = YES
15 MAX_PARALLEL_OPERATIONS = 1000
16 MAX_PARALLEL_SERVICE_CONNECTIONS = 256
17 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
18 CACHE_SIZE = 30
19 MAX_OPEN_FDS = 512