- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / cadet / test_cadet.conf
index 5a2f03dd0ad2ba4f71499658a1a53f449eb2cdcf..880a22ecd517c4938149ef72ec7b9e67ab4b3f32 100644 (file)
@@ -12,8 +12,8 @@ AUTOSTART = NO
 [resolver]
 AUTOSTART = NO
 
-[mesh]
-#BINARY = gnunet-service-mesh-enc
+[cadet]
+#BINARY = gnunet-service-cadet-enc
 #PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
 AUTOSTART = NO
@@ -57,7 +57,7 @@ AUTOSTART = YES
 USE_EPHEMERAL_KEYS = NO
 
 [arm]
-DEFAULTSERVICES = core transport dht mesh statistics
+DEFAULTSERVICES = core transport dht cadet statistics
 PORT = 12366
 
 [transport-udp]
@@ -68,7 +68,7 @@ PORT = 12368
 HOSTKEY = $GNUNET_TEST_HOME/.hostkey
 
 [PATHS]
-GNUNET_TEST_HOME = /tmp/test-mesh/
+GNUNET_TEST_HOME = /tmp/test-cadet/
 
 [dns]
 AUTOSTART = NO