- The next_message in the previous round should have the now current_timestamp.
[oweals/gnunet.git] / src / nse / test_nse.conf
index 35adc0cad3b9e9ef56f1bbe994fc1dab5a1fb932..48944c11908002869930d6a5d98f459c3fec8a2d 100644 (file)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-nse/
+SERVICEHOME = /tmp/test-nse-multipeer/
 DEFAULTCONFIG = test_nse.conf
 
 [nse]
@@ -9,15 +9,16 @@ 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 = 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
-INTERVAL = 15000
-WORKBITS = 8
+WORKDELAY = 1 ms
+INTERVAL = 60 s
+WORKBITS = 1
 
+HISTOGRAM = $SERVICEHOME/nse-histogram
 
 
 [arm]
@@ -63,13 +64,14 @@ TOPOLOGY = NONE
 CONNECT_TOPOLOGY = SMALL_WORLD_RING
 PERCENTAGE = 3
 F2F = NO
-CONNECT_TIMEOUT = 60
+CONNECT_TIMEOUT = 60 s
 CONNECT_ATTEMPTS = 3
 #DEBUG = YES
 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
 MAX_CONCURRENT_SSH = 20
 USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 1000
+PEERGROUP_TIMEOUT = 1000 s
 
+DELETE_FILES = NO