add statistic to track estimated network diameter
[oweals/gnunet.git] / src / nse / nse.conf
1 [nse]
2 AUTOSTART = YES
3 PORT = 2097
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 CONFIG = $DEFAULTCONFIG
7 BINARY = gnunet-service-nse
8 ACCEPT_FROM = 127.0.0.1;
9 ACCEPT_FROM6 = ::1;
10 UNIXPATH = /tmp/test-nse-service-nse.unix
11 UNIX_MATCH_UID = YES
12 UNIX_MATCH_GID = YES
13 PROOFFILE = $SERVICEHOME/.nse-proof
14 HISTOGRAM = $SERVICEHOME/nse-history.log
15
16 # How 'slowly' should the proof-of-work be constructed (delay
17 # between rounds); sane values between 0 and ~1000.
18 WORKDELAY = 5 ms
19
20 # Note: changing any of the values below will make this peer
21 # completely incompatible with other peers! 
22 INTERVAL = 1 h
23 # 26 is about 10 minutes on a modern i7 (single-core)
24 WORKBITS = 26
25