- opaque mq structs
[oweals/gnunet.git] / src / transport / test_transport_api_bidirectional_connect_peer1.conf
index 21591b5ab5c79d9652e2aab091e36b3687add18e..ba6afbe6ea414272adb698df19b876bd08182ba5 100644 (file)
@@ -1,31 +1,44 @@
 @INLINE@ template_cfg_peer1.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-tcp-p1/
-DEFAULTCONFIG = test_transport_api_bidirectional_connect_peer1.conf
-
-[transport-tcp]
-PORT = 12000
-TIMEOUT = 5 s
 
 [arm]
-PORT = 12005
+PORT = 12000
 DEFAULTSERVICES = transport
 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
 [statistics]
-PORT = 12004
+PORT = 12001
 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
 
 [resolver]
-PORT = 12003
+PORT = 12002
 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
 
 [peerinfo]
-PORT = 12002
+PORT = 12003
 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 
 [transport]
-PORT = 12001
+PORT = 12004
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
-#DEBUG = YES
 
+[transport-tcp]
+PORT = 12005
+TIMEOUT = 5 s
+
+[transport-udp]
+PORT = 12006
+TIMEOUT = 5 s
+
+[transport-unix]
+PORT = 12007
+TIMEOUT = 5 s
+
+[transport-http]
+PORT = 12008
+TIMEOUT = 5 s
+
+[transport-https]
+PORT = 12009
+TIMEOUT = 5 s