gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37176 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r37176 - gnunet/src/rps
Date: Sun, 15 May 2016 16:27:15 +0200

Author: ch3
Date: 2016-05-15 16:27:14 +0200 (Sun, 15 May 2016)
New Revision: 37176

Modified:
   gnunet/src/rps/rps.conf.in
Log:
add missing options to rps.conf.in

Modified: gnunet/src/rps/rps.conf.in
===================================================================
--- gnunet/src/rps/rps.conf.in  2016-05-15 10:20:04 UTC (rev 37175)
+++ gnunet/src/rps/rps.conf.in  2016-05-15 14:27:14 UTC (rev 37176)
@@ -11,3 +11,15 @@
 # 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]