From: Andre Noll Date: Mon, 21 Jan 2008 12:36:41 +0000 (+0100) Subject: [DCCP]: Use 8000 as port. X-Git-Tag: v0.3.1~67 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=de28dd53360c089e26ccc672317572b8f8e00bb0;hp=4a33aa7ad93857d0c6b5ea24983e12b1619b10c0 [DCCP]: Use 8000 as port. 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. --- diff --git a/dccp_recv.ggo b/dccp_recv.ggo index ba96dd84..52cfef6d 100644 --- a/dccp_recv.ggo +++ b/dccp_recv.ggo @@ -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 diff --git a/server.ggo b/server.ggo index 6d824152..19c8bd9b 100644 --- a/server.ggo +++ b/server.ggo @@ -228,7 +228,7 @@ option "dccp_port" - "port for dccp streaming" int typestr="portnumber" - default="5001" + default="8000" optional