plugin datastore mysql
[oweals/gnunet.git] / src / rps / rps.conf.in
index bd64791be13866ea89a9bd486f1dcac3d495848a..0b4aa08382268a7f9caf1dcea9e23259e98503bf 100644 (file)
@@ -1,7 +1,25 @@
 [rps]
+AUTOSTART = @AUTOSTART@
 BINARY = gnunet-service-rps
-UNIXPATH = /tmp/gnunet-service-rps.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-rps.sock
 HOME = $SERVICEHOME
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
 # PORT = 2106
-@UNIXONLY@ PORT = 2087
+@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