aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.conf.in
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-05-15 14:27:14 +0000
committerJulius Bünger <buenger@mytum.de>2016-05-15 14:27:14 +0000
commit6a4a7af5301434a5083f9904a4fe12766fef5fcf (patch)
tree406831975a651da927068d9805199cee31acde26 /src/rps/rps.conf.in
parent225ea594e86e56160b0f89b5cace24291cc6184b (diff)
downloadgnunet-6a4a7af5301434a5083f9904a4fe12766fef5fcf.tar.gz
gnunet-6a4a7af5301434a5083f9904a4fe12766fef5fcf.zip
add missing options to rps.conf.in
Diffstat (limited to 'src/rps/rps.conf.in')
-rw-r--r--src/rps/rps.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/rps/rps.conf.in b/src/rps/rps.conf.in
index 66c981fa7..0b4aa0838 100644
--- a/src/rps/rps.conf.in
+++ b/src/rps/rps.conf.in
@@ -11,3 +11,15 @@ ACCEPT_FROM6 = ::1;
11# PORT = 2106 11# PORT = 2106
12@UNIXONLY@ PORT = 2119 12@UNIXONLY@ PORT = 2119
13 13
14# This is the timeinterval between the rounds
15ROUNDINTERVAL = 30 s
16
17# This is the file in which valid peers are stored
18FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
19
20# This is the 'estimate' in the beginning.
21# This determines the size of the peers we keep in memory
22# until we receive the first estimate from NSE.
23# Keep in mind, that (networksize)^(1/3) should be enough.
24# So, 50 is enough for a network of size 50^3 = 125000
25INITSIZE = 10