Re: [PATCH iproute2 3/3] ss: output TCP BBR diag information

2016-09-21 Thread Stephen Hemminger
On Tue, 20 Sep 2016 22:43:44 -0400 Neal Cardwell wrote: > Dump useful TCP BBR state information from a struct tcp_bbr_info that > was grabbed using the inet_diag API. > > We tolerate info that is shorter or longer than expected, in case the > kernel is older or newer than

[PATCH iproute2 3/3] ss: output TCP BBR diag information

2016-09-20 Thread Neal Cardwell
Dump useful TCP BBR state information from a struct tcp_bbr_info that was grabbed using the inet_diag API. We tolerate info that is shorter or longer than expected, in case the kernel is older or newer than the ss binary. We simply print the minimum of what is expected from the kernel and what is