84bbef5c58d6a94d07996ff3674e89a46a60f898
[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
14 # The directory where the NSE services logs timestamps everytime a size estime
15 # flooding message is received
16 HISTOGRAM_DIR = $SERVICEHOME
17
18 # How 'slowly' should the proof-of-work be constructed (delay
19 # between rounds); sane values between 0 and ~1000.
20 WORKDELAY = 5 ms
21
22 # Note: changing any of the values below will make this peer
23 # completely incompatible with other peers! 
24 INTERVAL = 1 h
25 # 26 is about 100 minutes on a modern i7 (single-core) for PBKDF2;
26 # need to re-calibrate once we have SCRYPT!
27 WORKBITS = 26
28