add missing options to rps.conf.in
authorJulius Bünger <buenger@mytum.de>
Sun, 15 May 2016 14:27:14 +0000 (14:27 +0000)
committerJulius Bünger <buenger@mytum.de>
Sun, 15 May 2016 14:27:14 +0000 (14:27 +0000)
src/rps/rps.conf.in

index 66c981fa7a29a7095cca150d047875299a237293..0b4aa08382268a7f9caf1dcea9e23259e98503bf 100644 (file)
@@ -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