diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/nse/nse.conf.in |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r-- | src/nse/nse.conf.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in new file mode 100644 index 0000000..b04f5ac --- /dev/null +++ b/src/nse/nse.conf.in @@ -0,0 +1,25 @@ +[nse] +AUTOSTART = YES +@UNIXONLY@ PORT = 2097 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-nse +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +UNIXPATH = /tmp/test-nse-service-nse.unix +UNIX_MATCH_UID = NO +UNIX_MATCH_GID = YES +PROOFFILE = $SERVICEHOME/.nse-proof +HISTOGRAM = $SERVICEHOME/nse-history.log + +# How 'slowly' should the proof-of-work be constructed (delay +# between rounds); sane values between 0 and ~1000. +WORKDELAY = 5 ms + +# Note: changing any of the values below will make this peer +# completely incompatible with other peers! +INTERVAL = 1 h +# 26 is about 10 minutes on a modern i7 (single-core) +WORKBITS = 26 + |