]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: add report of TCPI_OPT_USEC_TS
authorEric Dumazet <edumazet@google.com>
Mon, 4 Dec 2023 09:19:08 +0000 (09:19 +0000)
committerDavid Ahern <dsahern@kernel.org>
Wed, 6 Dec 2023 16:51:35 +0000 (16:51 +0000)
commit467879b418ff73d7afc60fab85c8cc766aca7553
tree9bb7c657c04504eb4587b705bd9b144a6c1e4797
parenta043bea7500269c718ec105149fb828d608edd20
ss: add report of TCPI_OPT_USEC_TS

linux-6.7 supports usec resolution in TCP TS values.
ss -ie can show if a flow is using this new resolution.

$ ss -tie
 ...
State Recv-Q Send-Q           Local Address:Port           Peer Address:Port Process
ESTAB 0      12869632 [2002:a05:6608:295::]:37054 [2002:a05:6608:297::]:35721
 ts usec_ts sack bbr2s wscale:12,12 ...

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
misc/ss.c