wip
[oweals/gnunet.git] / src / transport / test_transport_api_multi_peer2.conf
index d9ace0a8f3426a542b7af581f0ba62b6173b8d56..c1f1eadb9be17b05693e4f52d66430287c166590 100644 (file)
@@ -1,6 +1,6 @@
 [transport-tcp]
 DISABLEV6 = YES
-PORT = 0
+PORT = 40001
 BINDTO = 127.0.0.1
 BEHIND_NAT = NO
 ALLOW_NAT = NO
@@ -9,10 +9,10 @@ EXTERNAL_ADDRESS = 127.0.0.1
 INTERNAL_ADDRESS = 127.0.0.1
 
 [transport-udp]
-PORT = 40001
+PORT = 40002
 
 [transport-http]
-PORT = 40002
+PORT = 40003
 DEBUG = NO
 USE_IPv6 = YES
 USE_IPv4 = YES
@@ -20,13 +20,15 @@ USE_IPv4 = YES
 #BINDTO6 = ::1
 
 [transport-https]
-PORT = 40003
+PORT = 40004
 DEBUG = NO
 USE_IPv6 = YES
 USE_IPv4 = YES
 #BINDTO4 = 127.0.0.1
 #BINDTO6 = ::1
 
+[transport-unix]
+PORT = 40005
 
 [core]
 AUTOSTART = NO
@@ -57,7 +59,7 @@ FRIENDS-ONLY = NO
 MINIMUM-FRIENDS = 0
 
 [transport]
-PLUGINS = tcp udp http
+PLUGINS = tcp udp http unix
 #DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;