aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/test_nse.conf')
-rw-r--r--src/nse/test_nse.conf77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
new file mode 100644
index 0000000..48944c1
--- /dev/null
+++ b/src/nse/test_nse.conf
@@ -0,0 +1,77 @@
+[PATHS]
+SERVICEHOME = /tmp/test-nse-multipeer/
+DEFAULTCONFIG = test_nse.conf
+
+[nse]
+PORT = 22353
+UNIXPATH = /tmp/test-nse-service-nse.unix
+BINARY = gnunet-service-nse
+#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
+#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
+AUTOSTART = YES
+DEBUG = NO
+CONFIG = $DEFAULTCONFIG
+PROOFFILE = $SERVICEHOME/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 = $SERVICEHOME/nse-histogram
+
+
+[arm]
+PORT = 22354
+DEFAULTSERVICES = nse core
+UNIXPATH = /tmp/test-nse-service-arm.unix
+#DEBUG = YES
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+[transport]
+AUTOSTART = YES
+
+[core]
+AUTOSTART = YES
+
+[peerinfo]
+AUTOSTART = YES
+
+[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
+
+[dns]
+AUTOSTART = NO
+
+[testing]
+NUM_PEERS = 10
+WEAKRANDOM = YES
+TOPOLOGY = NONE
+CONNECT_TOPOLOGY = SMALL_WORLD_RING
+PERCENTAGE = 3
+F2F = NO
+CONNECT_TIMEOUT = 60 s
+CONNECT_ATTEMPTS = 3
+#DEBUG = YES
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+MAX_CONCURRENT_SSH = 20
+USE_PROGRESSBARS = YES
+PEERGROUP_TIMEOUT = 1000 s
+
+DELETE_FILES = NO
+
+