ea683e96fdf7ea356ef7ed16319fbb83c5f6bb00
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [rps]
2 AUTOSTART = YES
3 #PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4 BINARY = gnunet-service-rps
5 UNIXPATH = /tmp/gnunet-service-rps.sock
6 HOME = $SERVICEHOME
7 # PORT = 2106
8 @UNIXONLY@ PORT = 2087
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
22 [testbed]
23 OPERATION_TIMEOUT = 60 s
24
25 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
26 OVERLAY_TOPOLOGY = CLIQUE
27 SCALE_FREE_TOPOLOGY_CAP = 
28
29 OVERLAY_RANDOM_LINKS = 5
30
31 SETUP_TIMEOUT = 2 m
32
33
34 [nse]
35 WORKBITS = 0