port 0 for tcp plugin is BAD
authorNathan S. Evans <evans@in.tum.de>
Mon, 13 Dec 2010 15:00:45 +0000 (15:00 +0000)
committerNathan S. Evans <evans@in.tum.de>
Mon, 13 Dec 2010 15:00:45 +0000 (15:00 +0000)
src/transport/test_transport_api_multi_peer2.conf

index d9ace0a8f3426a542b7af581f0ba62b6173b8d56..9f6ffb23917fb2bbef6c0f88f901357109f3e633 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,7 +20,7 @@ USE_IPv4 = YES
 #BINDTO6 = ::1
 
 [transport-https]
-PORT = 40003
+PORT = 40004
 DEBUG = NO
 USE_IPv6 = YES
 USE_IPv4 = YES