doxygen documentation
[oweals/gnunet.git] / src / testing / test_testing_connect_peer2.conf
index 44ba43a9d31b020c6e75967e4f6d78d847f3983a..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,23 +17,40 @@ PLUGINS = tcp
 
 [arm]
 PORT = 22566
-DEFAULTSERVICES = peerinfo transport core
+UNIXPATH = /tmp/gnunet-p2-service-arm.sock
+DEFAULTSERVICES = 
 HOSTNAME = localhost
+#DEBUG = YES
 
 [statistics]
 PORT = 22567
+UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
 HOSTNAME = localhost
 
-[tcp]
+[transport-tcp]
 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
 
 [testing]
 WEAKRANDOM = YES
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+