From: Gerrit Renker Date: Thu, 25 Feb 2010 16:05:44 +0000 (+0100) Subject: 02_udp-sender-info.diff X-Git-Tag: v0.4.2~43 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=98ac200376a2952942f3dcf1be8a0d7f42bae8a8 02_udp-sender-info.diff udp sender: simplify port information of 'si' command The 'udp' information is already in the transport protocol name, hence removed by this patch. http sender: status: on port: 8000 ... dccp sender: status: on port: 8000 ... udp sender: status: on port: udp 8000 For DCCP, the case is similar, http relies on TCP. --- diff --git a/udp_send.c b/udp_send.c index 273b6a42..77b5819b 100644 --- a/udp_send.c +++ b/udp_send.c @@ -303,7 +303,7 @@ static char *udp_info(void) ret = make_message( "udp sender:\n" "\tstatus: %s\n" - "\tport: udp %d\n" + "\tport: %d\n" "\ttargets: %s\n", (sender_status == SENDER_ON)? "on" : "off", conf.udp_default_port_arg,