aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-15 09:56:55 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-15 09:56:55 +0000
commit225ea594e86e56160b0f89b5cace24291cc6184b (patch)
tree194787b3535904379799b627b0c5176d2c2d91e3
parent47af9c790d637a92e92ccf3dfa826dc8e1939868 (diff)
downloadgnunet-225ea594e86e56160b0f89b5cace24291cc6184b.tar.gz
gnunet-225ea594e86e56160b0f89b5cace24291cc6184b.zip
rps.conf is generated from rps.conf.in
-rw-r--r--src/rps/rps.conf25
-rw-r--r--src/util/disk.c3
2 files changed, 1 insertions, 27 deletions
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 @@
1[rps]
2BINARY = gnunet-service-rps
3UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-rps.sock
4HOME = $SERVICEHOME
5# PORT = 2106
6AUTOSTART = YES
7UNIX_MATCH_UID = NO
8UNIX_MATCH_GID = YES
9HOSTNAME = localhost
10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1;
12
13# This is the timeinterval between the rounds
14ROUNDINTERVAL = 30 s
15
16# This is the file in which valid peers are stored
17FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
18
19# This is the 'estimate' in the beginning.
20# This determines the size of the peers we keep in memory
21# until we receive the first estimate from NSE.
22# Keep in mind, that (networksize)^(1/3) should be enough.
23# So, 50 is enough for a network of size 50^3 = 125000
24INITSIZE = 10
25
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)
800 800
801 801
802/** 802/**
803 * Create the directory structure for storing 803 * Create the directory structure for storing a file.
804 * a file.
805 * 804 *
806 * @param filename name of a file in the directory 805 * @param filename name of a file in the directory
807 * @returns #GNUNET_OK on success, 806 * @returns #GNUNET_OK on success,