aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.conf.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
commitddfee3f564bff9c5d5719af3132d7869b8783ec4 (patch)
treee6fd7801fe6808797f3418bf081ab68d5a5ec27b /src/nse/nse.conf.in
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r--src/nse/nse.conf.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in
deleted file mode 100644
index 0ac5621aa..000000000
--- a/src/nse/nse.conf.in
+++ /dev/null
@@ -1,38 +0,0 @@
1[nse]
2START_ON_DEMAND = @START_ON_DEMAND@
3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2097
5HOSTNAME = localhost
6BINARY = gnunet-service-nse
7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1;
9UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES
12PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
13
14# The directory where the NSE services logs timestamps every time
15# a size estime flooding message is received
16# This option is only used for benchmarking, not in production.
17HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram
18
19# How 'slowly' should the proof-of-work be constructed (delay
20# between rounds); sane values between 0 and ~1000.
21# It should rarely make sense to change this value.
22# Only systems with slow CPUs where 5ms is a long time might
23# want it to be reduced.
24WORKDELAY = 5 ms
25
26# Note: changing any of the values below will make this peer
27# completely incompatible with other peers!
28
29# How often do peers exchange network size messages?
30# Note that all peers MUST use the same interval.
31# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
32INTERVAL = 1 h
33
34# 2^22 hash operations take about 2-3h on a first-generation i7 (single-core)
35# for SCRYPT; with 2ms/op and 5ms workdelay, we can expect
36# the POW calculation to be done by a high-end peer in about 6h
37# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
38WORKBITS = 15