refactor DHT for new service API
[oweals/gnunet.git] / src / nse / test_nse.conf
index 554cc4c0fcc638716a02ce18f956238d7e1b95c7..c6061f421b7d8a456da9630ef6bf71b52ab8bf09 100644 (file)
@@ -1,37 +1,23 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-nse/
-DEFAULTCONFIG = test_nse.conf
+GNUNET_TEST_HOME = /tmp/test-nse-multipeer/
 
 [nse]
-PORT = 22353
-UNIXPATH = /tmp/test-nse-service-nse.unix
-AUTOSTART = YES
-DEBUG = YES
-
-[arm]
-PORT = 22354
-DEFAULTSERVICES = nse
-UNIXPATH = /tmp/test-nse-service-arm.unix
-#DEBUG = YES
-
-[fs]
-AUTOSTART = NO
-
-[datastore]
-AUTOSTART = NO
-
-[dht]
-AUTOSTART = NO
-
-[transport]
-AUTOSTART = NO
-
-[core]
-AUTOSTART = YES
-
-[peerinfo]
-AUTOSTART = NO
-
-[dns]
-AUTOSTART = NO
+#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
+FORCESTART = YES
+PROOFFILE = $GNUNET_TEST_HOME/proof.nse
+# Overriding network settings for faster testing (do NOT use
+# these values in production just because they are here)
+WORKDELAY = 1 ms
+INTERVAL = 60 s
+WORKBITS = 1
+HISTOGRAM = $GNUNET_TEST_HOME/nse-histogram
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1