- several minor fixes
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [rps]
2 #PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3 #BINARY = gnunet-service-rps
4 UNIXPATH = /tmp/gnunet-service-rps.sock
5 HOME = $SERVICEHOME
6 # PORT = 2106
7 @UNIXONLY@ PORT = 2087
8 FORCESTART = YES
9
10 # This is the timeinterval between the rounds
11 ROUNDINTERVAL = 10 s
12
13 # This is the 'estimate' in the beginning.
14 # This determines the size of the peers we keep in memory
15 # until we receive the first estimate from NSE.
16 # Keep in mind, that (networksize)^(1/3) should be enough.
17 # So, 50 is enough for a network of size 50^3 = 125000
18 INITSIZE = 4
19
20 [testbed]
21 HOSTNAME = localhost
22
23 OPERATION_TIMEOUT = 60 s
24
25 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
26 #OVERLAY_TOPOLOGY = CLIQUE
27 OVERLAY_TOPOLOGY = SMALL_WORLD
28 SCALE_FREE_TOPOLOGY_CAP = 
29
30 OVERLAY_RANDOM_LINKS = 5
31
32 SETUP_TIMEOUT = 2 m
33
34 [nse]
35 WORKBITS = 0
36
37 [nat]
38 # Use addresses from the local network interfaces (inluding loopback, but also others)
39 USE_LOCALADDR = YES
40
41 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
42 RETURN_LOCAL_ADDRESSES = YES
43