aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/nse/nse.conf.in
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r--src/nse/nse.conf.in25
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 000000000..b04f5acfe
--- /dev/null
+++ b/src/nse/nse.conf.in
@@ -0,0 +1,25 @@
1[nse]
2AUTOSTART = YES
3@UNIXONLY@ PORT = 2097
4HOSTNAME = localhost
5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-nse
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/test-nse-service-nse.unix
11UNIX_MATCH_UID = NO
12UNIX_MATCH_GID = YES
13PROOFFILE = $SERVICEHOME/.nse-proof
14HISTOGRAM = $SERVICEHOME/nse-history.log
15
16# How 'slowly' should the proof-of-work be constructed (delay
17# between rounds); sane values between 0 and ~1000.
18WORKDELAY = 5 ms
19
20# Note: changing any of the values below will make this peer
21# completely incompatible with other peers!
22INTERVAL = 1 h
23# 26 is about 10 minutes on a modern i7 (single-core)
24WORKBITS = 26
25