From 225ea594e86e56160b0f89b5cace24291cc6184b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 May 2016 09:56:55 +0000 Subject: [PATCH] rps.conf is generated from rps.conf.in --- src/rps/rps.conf | 25 ------------------------- src/util/disk.c | 3 +-- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 src/rps/rps.conf diff --git a/src/rps/rps.conf b/src/rps/rps.conf deleted file mode 100644 index 6a2ac96df..000000000 --- a/src/rps/rps.conf +++ /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 - diff --git a/src/util/disk.c b/src/util/disk.c index ee2004a4a..91ce02b05 100644 --- a/src/util/disk.c +++ b/src/util/disk.c @@ -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, -- 2.25.1