[DCCP]: Use 8000 as port.
authorAndre Noll <maan@systemlinux.org>
Mon, 21 Jan 2008 12:36:41 +0000 (13:36 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 21 Jan 2008 12:36:41 +0000 (13:36 +0100)
From: Gerrit Renker

As TCP and DCCP are different transport protocols, it is possible
to let both the dccp and the http sender listen on port 8000.

dccp_recv.ggo
server.ggo

index ba96dd8497dd4dabb2f70ba1baa0d008e949326a..52cfef6d7bbce0491676407d42b91a9794c2efaf 100644 (file)
@@ -1,3 +1,3 @@
 section "options of the dccp receiver"
 option "host" i "ip or host" string default="localhost" optional
-option "port" p "port to connect to" int default="5001" optional
+option "port" p "port to connect to" int default="8000" optional
index 6d824152d23165df92886d3059d0e6523cf339c1..19c8bd9bcb30e6db47b8296968fffffd4eab1fc5 100644 (file)
@@ -228,7 +228,7 @@ option "dccp_port" -
 "port for dccp streaming"
 
        int typestr="portnumber"
-       default="5001"
+       default="8000"
        optional