add math lib, remove noinst temporarily
[oweals/gnunet.git] / contrib / defaults.conf
index 7a072f1d3d8b41c383dd2f6c4a5bf7941667da9b..86c6a25edf535e98aab80b7769a8954cf86e11cd 100644 (file)
@@ -18,6 +18,9 @@ CONNECT_ATTEMPTS = 3
 # How many connections can happen simultaneously?
 MAX_OUTSTANDING_CONNECTIONS = 50
 
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
 [client]
 HOME = $SERVICEHOME
 
@@ -431,6 +434,17 @@ ACCEPT_FROM6 = ::1;
 UNIXPATH = /tmp/test-nse-service-nse.unix
 UNIX_MATCH_UID = YES
 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 in ms); sane values between 0 and ~1000.
+WORKDELAY = 5
+
+# Note: changing any of the values below will make this peer
+# completely incompatible with other peers! 
+INTERVAL = 3600000
+WORKBITS = 20
 
 
 [vpn]