]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: mptcp: display seq related counters as decimal
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Wed, 23 Aug 2023 07:24:07 +0000 (09:24 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 23 Aug 2023 15:10:34 +0000 (08:10 -0700)
commitcfa70237d62af6309f48ab4eae84ac0f5173d0b9
tree392126efd4cda2001945f4c8c216a56b99f0aac5
parent0c3f1582d5b329281bad6f65c82e4b090c8097e0
ss: mptcp: display seq related counters as decimal

This is aligned with what is printed for TCP sockets.

The main difference here is that these counters can be larger (u32 vs
u64) but WireShark and TCPDump are also printing these MPTCP counters as
decimal and they look fine.

So it sounds better to do the same here with ss for those who want to
easily count how many bytes have been exchanged between two runs without
having to think in hexa.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Acked-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c