From 6a4a7af5301434a5083f9904a4fe12766fef5fcf Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Sun, 15 May 2016 14:27:14 +0000 Subject: add missing options to rps.conf.in --- src/rps/rps.conf.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/rps/rps.conf.in') 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; # PORT = 2106 @UNIXONLY@ PORT = 2119 +# This is the timeinterval between the rounds +ROUNDINTERVAL = 30 s + +# This is the file in which valid peers are stored +FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt + +# 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 = 10 -- cgit v1.2.3