aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-16 15:09:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-16 15:09:28 +0000
commit4064deedf4ee722ba8adab7fd3030cea3e20297e (patch)
treedc4cd66e55a48966b9ff5cab80fb18af10293caf /src/identity/identity.conf.in
parent40d01d900dd900d3cb8f902d6895e43ee74d6bb9 (diff)
downloadgnunet-4064deedf4ee722ba8adab7fd3030cea3e20297e.tar.gz
gnunet-4064deedf4ee722ba8adab7fd3030cea3e20297e.zip
-towards testing identity service
Diffstat (limited to 'src/identity/identity.conf.in')
-rw-r--r--src/identity/identity.conf.in36
1 files changed, 6 insertions, 30 deletions
diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in
index 64e07945e..737614119 100644
--- a/src/identity/identity.conf.in
+++ b/src/identity/identity.conf.in
@@ -1,39 +1,15 @@
1[nse] 1[identity]
2AUTOSTART = YES 2AUTOSTART = YES
3@JAVAPORT@PORT = 2097 3@UNIXONLY@PORT = 2108
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6BINARY = gnunet-service-nse 6BINARY = gnunet-service-identity
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
9UNIXPATH = /tmp/test-nse-service-nse.unix 9UNIXPATH = /tmp/gnunet-service-identity.unix
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12PROOFFILE = $SERVICEHOME/.nse-proof
13 12
14# The directory where the NSE services logs timestamps everytime 13# Directory where we store information about our egos
15# a size estime flooding message is received 14EGODIR = $SERVICEHOME/egos/
16# This option is only used for benchmarking, not in production.
17HISTOGRAM_DIR = $SERVICEHOME
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 modern 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 = 22
39 15