minor changes for address conversion
[oweals/gnunet.git] / src / nse / nse.conf.in
1 [nse]
2 AUTOSTART = @AUTOSTART@
3 @JAVAPORT@PORT = 2097
4 HOSTNAME = localhost
5 BINARY = gnunet-service-nse
6 ACCEPT_FROM = 127.0.0.1;
7 ACCEPT_FROM6 = ::1;
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.unix
9 UNIX_MATCH_UID = NO
10 UNIX_MATCH_GID = YES
11 PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
12
13 # The directory where the NSE services logs timestamps everytime
14 # a size estime flooding message is received
15 # This option is only used for benchmarking, not in production.
16 HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram/
17
18 # How 'slowly' should the proof-of-work be constructed (delay
19 # between rounds); sane values between 0 and ~1000.
20 # It should rarely make sense to change this value.
21 # Only systems with slow CPUs where 5ms is a long time might
22 # want it to be reduced.
23 WORKDELAY = 5 ms
24
25 # Note: changing any of the values below will make this peer
26 # completely incompatible with other peers!
27
28 # How often do peers exchange network size messages?
29 # Note that all peers MUST use the same interval.
30 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
31 INTERVAL = 1 h
32
33 # 2^22 hash operations take about 2-3h on a modern i7 (single-core)
34 # for SCRYPT; with 2ms/op and 5ms workdelay, we can expect
35 # the POW calculation to be done by a high-end peer in about 6h
36 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
37 WORKBITS = 22
38