refactor DHT for new service API
[oweals/gnunet.git] / src / nse / nse.conf.in
index 7930992dfc030a6f50d07cf0c4a0b81d2bcbe13b..e8d7bd2ea6e09ba5e947855996b5d11d22c10640 100644 (file)
@@ -1,11 +1,12 @@
 [nse]
 AUTOSTART = @AUTOSTART@
+FORCESTART = YES
 @JAVAPORT@PORT = 2097
 HOSTNAME = localhost
 BINARY = gnunet-service-nse
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
@@ -13,7 +14,7 @@ PROOFFILE = $GNUNET_DATA_HOME/nse/proof.dat
 # The directory where the NSE services logs timestamps everytime
 # a size estime flooding message is received
 # This option is only used for benchmarking, not in production.
-HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram/
+HISTOGRAM_DIR = $GNUNET_CACHE_HOME/nse/histogram
 
 # How 'slowly' should the proof-of-work be constructed (delay
 # between rounds); sane values between 0 and ~1000.