aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
new file mode 100644
index 000000000..f27bf0717
--- /dev/null
+++ b/src/rps/test_rps.conf
@@ -0,0 +1,39 @@
1[rps]
2AUTOSTART = YES
3PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4BINARY = gnunet-service-rps
5UNIXPATH = /tmp/gnunet-service-rps.sock
6HOME = $SERVICEHOME
7# PORT = 2106
8@UNIXONLY@ PORT = 2087
9
10# This is the timeinterval between the rounds
11ROUNDINTERVAL = 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
18INITSIZE = 4
19
20ALPHA = 0.45
21
22
23[arm]
24DEFAULTSERVICES = core ats transport cadet nse rps
25
26[testbed]
27OPERATION_TIMEOUT = 60 s
28
29MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
30OVERLAY_TOPOLOGY = CLIQUE
31#SCALE_FREE_TOPOLOGY_CAP =
32
33OVERLAY_RANDOM_LINKS = 5
34
35SETUP_TIMEOUT = 2 m
36
37
38[nse]
39WORKBITS = 0 \ No newline at end of file