rps.conf is generated from rps.conf.in
authorChristian Grothoff <christian@grothoff.org>
Sun, 15 May 2016 09:56:55 +0000 (09:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 15 May 2016 09:56:55 +0000 (09:56 +0000)
src/rps/rps.conf [deleted file]
src/util/disk.c

diff --git a/src/rps/rps.conf b/src/rps/rps.conf
deleted file mode 100644 (file)
index 6a2ac96..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-[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
-
index ee2004a4ab986e2d7f0e5c268b4e81dae057ae91..91ce02b05ed8a66a4d8ce258b4226d90c1671839 100644 (file)
@@ -800,8 +800,7 @@ GNUNET_DISK_directory_create (const char *dir)
 
 
 /**
- * Create the directory structure for storing
- * a file.
+ * Create the directory structure for storing a file.
  *
  * @param filename name of a file in the directory
  * @returns #GNUNET_OK on success,