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