-docu, style fixes
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [rps]
2 PREFIX = valgrind --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 ALPHA = 0.45
21 BETA  = 0.45
22
23 [testbed]
24 HOSTNAME = localhost
25
26 OPERATION_TIMEOUT = 60 s
27
28 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
29 OVERLAY_TOPOLOGY = CLIQUE
30 SCALE_FREE_TOPOLOGY_CAP = 
31
32 OVERLAY_RANDOM_LINKS = 5
33
34 SETUP_TIMEOUT = 2 m
35
36 [nse]
37 WORKBITS = 0
38
39 [nat]
40 # Use addresses from the local network interfaces (inluding loopback, but also others)
41 USE_LOCALADDR = YES
42
43 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44 RETURN_LOCAL_ADDRESSES = YES
45