-Merge branch 'master' into gsoc2018/rest_api
[oweals/gnunet.git] / src / rps / rps.conf.in
1 [rps]
2 START_ON_DEMAND = @START_ON_DEMAND@
3 BINARY = gnunet-service-rps
4 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-rps.sock
5 HOME = $SERVICEHOME
6 UNIX_MATCH_UID = NO
7 UNIX_MATCH_GID = YES
8 HOSTNAME = localhost
9 ACCEPT_FROM = 127.0.0.1;
10 ACCEPT_FROM6 = ::1;
11 # PORT = 2119
12 @UNIXONLY@ PORT = 2119
13
14 # This is the timeinterval between the rounds
15 ROUNDINTERVAL = 30 s
16
17 # This is the file in which valid peers are stored
18 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
19 # Disable storage of valid peers
20 #FILENAME_VALID_PEERS = DISABLE
21
22 # This is the 'estimate' in the beginning.
23 # This determines the size of the peers we keep in memory
24 # until we receive the first estimate from NSE.
25 # Keep in mind, that (networksize)^(1/3) should be enough.
26 # So, 50 is enough for a network of size 50^3 = 125000
27 MINSIZE = 10