aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r--src/nse/nse.conf.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
index c96830c42..fbc272235 100644
--- a/src/nse/nse.conf.in
+++ b/src/nse/nse.conf.in
@@ -2,19 +2,18 @@
2AUTOSTART = YES 2AUTOSTART = YES
3@JAVAPORT@PORT = 2097 3@JAVAPORT@PORT = 2097
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME
6BINARY = gnunet-service-nse 5BINARY = gnunet-service-nse
7ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
9UNIXPATH = /tmp/gnunet-service-nse.unix 8UNIXPATH = /tmp/gnunet-service-nse.unix
10UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
12PROOFFILE = $SERVICEHOME/.nse-proof 11PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
13 12
14# The directory where the NSE services logs timestamps everytime 13# The directory where the NSE services logs timestamps everytime
15# a size estime flooding message is received 14# a size estime flooding message is received
16# This option is only used for benchmarking, not in production. 15# This option is only used for benchmarking, not in production.
17HISTOGRAM_DIR = $SERVICEHOME 16HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram/
18 17
19# How 'slowly' should the proof-of-work be constructed (delay 18# How 'slowly' should the proof-of-work be constructed (delay
20# between rounds); sane values between 0 and ~1000. 19# between rounds); sane values between 0 and ~1000.