aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
blob: f27bf07174785b62f6ae19d3d17aff9fa53aefdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[rps]
AUTOSTART = YES
PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
BINARY = gnunet-service-rps
UNIXPATH = /tmp/gnunet-service-rps.sock
HOME = $SERVICEHOME
# PORT = 2106
@UNIXONLY@ PORT = 2087

# This is the timeinterval between the rounds
ROUNDINTERVAL = 10 s

# This is the 'estimate' in the beginning.
# This determines the size of the peers we keep in memory
# until we receive the first estimate from NSE.
# Keep in mind, that (networksize)^(1/3) should be enough.
# So, 50 is enough for a network of size 50^3 = 125000
INITSIZE = 4

ALPHA = 0.45


[arm]
DEFAULTSERVICES = core ats transport cadet nse rps

[testbed]
OPERATION_TIMEOUT = 60 s

MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
OVERLAY_TOPOLOGY = CLIQUE
#SCALE_FREE_TOPOLOGY_CAP = 

OVERLAY_RANDOM_LINKS = 5

SETUP_TIMEOUT = 2 m


[nse]
WORKBITS = 0