- expire old keys adaptively
[oweals/gnunet.git] / src / nse / nse_profiler_test.conf
index b9d0c3efccb3f54d17e009565a3dd4c924e8b3ee..26bcda5204bae0b06cc8ed4d7750ef747e6a6b4f 100644 (file)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/nse-profiler/
+GNUNET_TEST_HOME = /tmp/nse-profiler/
 
 [testbed]
 AUTOSTART = NO
@@ -8,12 +8,12 @@ ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16;
 HOSTNAME = localhost
 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
 OVERLAY_TOPOLOGY = RANDOM
-OVERLAY_RANDOM_LINKS = 10
+OVERLAY_RANDOM_LINKS = 1000
 OPERATION_TIMEOUT = 45 s
 
 [nse]
 PORT = 12114
-UNIXPATH = /tmp/test-nse-service-nse.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/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
@@ -21,13 +21,13 @@ AUTOSTART = NO
 # Overriding network settings for faster testing (do NOT use
 # these values in production just because they are here)
 WORKDELAY = 60 s
-INTERVAL = 30 s
+INTERVAL = 10 s
 WORKBITS = 0
-PROOFFILE = $SERVICEHOME/nse.proof
+PROOFFILE = $GNUNET_TEST_HOME/nse.proof
 
 [arm]
 DEFAULTSERVICES = core nse
-UNIXPATH = /tmp/test-nse-service-arm.unix
+UNIXPATH = $GNUNET_RUNTIME_DIR/test-nse-service-arm.unix
 
 [statistics]
 AUTOSTART = YES
@@ -75,7 +75,7 @@ AUTOSTART = NO
 [resolver]
 AUTOSTART = YES
 
-[mesh]
+[cadet]
 AUTOSTART = NO
 
 [chat]