]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: print tcpi_rcv_mss and tcpi_advmss
authorEric Dumazet <edumazet@google.com>
Thu, 2 Feb 2017 13:47:27 +0000 (05:47 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 6 Feb 2017 21:50:29 +0000 (13:50 -0800)
commit38e6dbc4b34a39e0337c8855a7c3ca4c5e80490e
tree5ea92ed6230f16764563f24233485fe72f90d733
parente7867c34e804786c0f0b528821cc4c2eabb15f88
ss: print tcpi_rcv_mss and tcpi_advmss

tcpi_rcv_mss and tcpi_advmss tcp info fields were not yet reported
by ss.

While adding GRO support to packetdrill, I found this was useful.

Signed-off-by: Eric Dumazet <edumazet@google.com>
misc/ss.c