gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37174 - in gnunet/src: rps util


From: gnunet
Subject: [GNUnet-SVN] r37174 - in gnunet/src: rps util
Date: Sun, 15 May 2016 11:56:55 +0200

Author: grothoff
Date: 2016-05-15 11:56:55 +0200 (Sun, 15 May 2016)
New Revision: 37174

Removed:
   gnunet/src/rps/rps.conf
Modified:
   gnunet/src/util/disk.c
Log:
rps.conf is generated from rps.conf.in

Deleted: gnunet/src/rps/rps.conf
===================================================================
--- gnunet/src/rps/rps.conf     2016-05-15 08:32:20 UTC (rev 37173)
+++ gnunet/src/rps/rps.conf     2016-05-15 09:56:55 UTC (rev 37174)
@@ -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
-

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2016-05-15 08:32:20 UTC (rev 37173)
+++ gnunet/src/util/disk.c      2016-05-15 09:56:55 UTC (rev 37174)
@@ -800,8 +800,7 @@
 
 
 /**
- * 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,




reply via email to

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