aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.conf.in
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-26 10:59:44 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-26 10:59:44 +0000
commit4fec0b51eb45106fe3a24d1e59df915cdf027e86 (patch)
tree8a843390387c3817046b0d2e5bc1d7d870c5600f /src/nse/nse.conf.in
parentfcd8cd22ee2c843b86cc945062ebbeb49f6030a2 (diff)
downloadgnunet-4fec0b51eb45106fe3a24d1e59df915cdf027e86.tar.gz
gnunet-4fec0b51eb45106fe3a24d1e59df915cdf027e86.zip
- generate histograms with unique file names
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r--src/nse/nse.conf.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
index 374617fa8..84bbef5c5 100644
--- a/src/nse/nse.conf.in
+++ b/src/nse/nse.conf.in
@@ -10,7 +10,10 @@ UNIXPATH = /tmp/test-nse-service-nse.unix
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12PROOFFILE = $SERVICEHOME/.nse-proof 12PROOFFILE = $SERVICEHOME/.nse-proof
13HISTOGRAM = $SERVICEHOME/nse-history.log 13
14# The directory where the NSE services logs timestamps everytime a size estime
15# flooding message is received
16HISTOGRAM_DIR = $SERVICEHOME
14 17
15# How 'slowly' should the proof-of-work be constructed (delay 18# How 'slowly' should the proof-of-work be constructed (delay
16# between rounds); sane values between 0 and ~1000. 19# between rounds); sane values between 0 and ~1000.