doxygen documentation
[oweals/gnunet.git] / src / testing / test_testing_connect_peer2.conf
index a152ff237a032f40ebcf1be5eef54feefd9e0d14..7730c33935bce1821804eb52fb68f72ddd19e11d 100644 (file)
@@ -4,10 +4,12 @@ DEFAULTCONFIG = test_testing_connect_peer2.conf
 
 [resolver]
 PORT = 22564
+UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
 HOSTNAME = localhost
 
 [transport]
 PORT = 22565
+UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 HOSTNAME = localhost
 PLUGINS = tcp
 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
@@ -15,12 +17,14 @@ PLUGINS = tcp
 
 [arm]
 PORT = 22566
-DEFAULTSERVICES = peerinfo transport core
+UNIXPATH = /tmp/gnunet-p2-service-arm.sock
+DEFAULTSERVICES = 
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [statistics]
 PORT = 22567
+UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
 HOSTNAME = localhost
 
 [transport-tcp]
@@ -28,12 +32,25 @@ PORT = 22568
 
 [peerinfo]
 PORT = 22569
+UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 HOSTNAME = localhost
 
 [core]
 PORT = 22570
+UNIXPATH = /tmp/gnunet-p2-service-core.sock
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+