aboutsummaryrefslogtreecommitdiff
path: root/src/rps
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 /src/rps
parent47af9c790d637a92e92ccf3dfa826dc8e1939868 (diff)
downloadgnunet-225ea594e86e56160b0f89b5cace24291cc6184b.tar.gz
gnunet-225ea594e86e56160b0f89b5cace24291cc6184b.zip
rps.conf is generated from rps.conf.in
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/rps.conf25
1 files changed, 0 insertions, 25 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