gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37168 - gnunet/src/rps
Date: Sat, 14 May 2016 00:49:16 +0200

Author: ch3
Date: 2016-05-14 00:49:15 +0200 (Sat, 14 May 2016)
New Revision: 37168

Added:
   gnunet/src/rps/rps.conf
Log:
rps: add missing rps.conf

Added: gnunet/src/rps/rps.conf
===================================================================
--- gnunet/src/rps/rps.conf                             (rev 0)
+++ gnunet/src/rps/rps.conf     2016-05-13 22:49:15 UTC (rev 37168)
@@ -0,0 +1,25 @@
+[rps]
+BINARY = gnunet-service-rps
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-rps.sock
+HOME = $SERVICEHOME
+# PORT = 2106
+AUTOSTART = YES
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+
+# 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]