fix for over-reporting number of necessary connections
[oweals/gnunet.git] / src / testing / test_testing_connect_peer1.conf
index 76e5ee536011b1d130c2be05fff2653649f8761d..11938839a0dc542be9a5f35fd1b5cf178ea7d2df 100644 (file)
@@ -4,10 +4,12 @@ DEFAULTCONFIG = test_testing_connect_peer1.conf
 
 [resolver]
 PORT = 12564
+UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
 HOSTNAME = localhost
 
 [transport]
 PORT = 12565
+UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 HOSTNAME = localhost
 PLUGINS = tcp
 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
@@ -15,12 +17,15 @@ PLUGINS = tcp
 
 [arm]
 PORT = 12566
+UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 HOSTNAME = localhost
-DEFAULTSERVICES = 
+DEFAULTSERVICES = core 
+# core in DEFAULTSERVICES required or test case will fail!
 #DEBUG = YES
 
 [statistics]
 PORT = 12567
+UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
 HOSTNAME = localhost
 
 [transport-tcp]
@@ -28,10 +33,12 @@ PORT = 12568
 
 [peerinfo]
 PORT = 12569
+UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 HOSTNAME = localhost
 
 [core]
 PORT = 12570
+UNIXPATH = /tmp/gnunet-p1-service-core.sock
 HOSTNAME = localhost
 #DEBUG = YES
 
@@ -43,3 +50,8 @@ AUTOSTART = NO
 
 [datastore]
 AUTOSTART = NO
+
+[dht]
+AUTOSTART = NO
+
+