From: Eric Dumazet Date: Fri, 11 Sep 2009 08:32:29 +0000 (+0200) Subject: ss: adds a space before congestion string X-Git-Tag: v2.6.31~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf49fd614345c8ab65840075b55d04ba5774629;p=thirdparty%2Fiproute2.git ss: adds a space before congestion string Signed-off-by: Eric Dumazet --- diff --git a/misc/ss.c b/misc/ss.c index a90dba62b..ac7f41108 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -1302,7 +1302,7 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r) } if (tb[INET_DIAG_CONG]) - printf("%s", (char *) RTA_DATA(tb[INET_DIAG_CONG])); + printf(" %s", (char *) RTA_DATA(tb[INET_DIAG_CONG])); if (info->tcpi_options & TCPI_OPT_WSCALE) printf(" wscale:%d,%d", info->tcpi_snd_wscale,