ss: adds a space before congestion string
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
This commit is contained in:
parent
bbe3205336
commit
daf49fd614
|
|
@ -1302,7 +1302,7 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tb[INET_DIAG_CONG])
|
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)
|
if (info->tcpi_options & TCPI_OPT_WSCALE)
|
||||||
printf(" wscale:%d,%d", info->tcpi_snd_wscale,
|
printf(" wscale:%d,%d", info->tcpi_snd_wscale,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue