]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: mptcp: subflow: display seq counters as decimal
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Wed, 26 Feb 2025 11:08:44 +0000 (12:08 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 10 Mar 2025 16:12:45 +0000 (09:12 -0700)
commite3f9681d4a777fb2595a322b421abf0036ab1aae
tree2abea65f306ee3405e3d2531a7907879f3bbfbff
parent5e113abad9a45d095791346d1c36dc39c63700d2
ss: mptcp: subflow: display seq counters as decimal

This is similar to commit cfa70237 ("ss: mptcp: display seq related
counters as decimal") but for the subflow info this time. This is also
aligned with what is printed for TCP sockets.

That looks better to do the same with the subflow info (ss -ti), to
compare with the MPTCP info (ss -Mi), or for those who want to easily
count how many bytes have been exchanged between two runs without having
to think in hexa.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c