Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPTCP Info counters: start seq numbers ones from 0 #445

Open
matttbe opened this issue Oct 13, 2023 · 0 comments
Open

MPTCP Info counters: start seq numbers ones from 0 #445

matttbe opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels

Comments

@matttbe
Copy link
Member

matttbe commented Oct 13, 2023

Now that we have these counters from #385 showing the amount of bytes that have been transmitted:

__u64        mptcpi_bytes_retrans;
__u64        mptcpi_bytes_sent;
__u64        mptcpi_bytes_received;
__u64        mptcpi_bytes_acked;

We can probably deprecate the ones showing the seq num:

__u64   mptcpi_write_seq;
__u64   mptcpi_snd_una;
__u64   mptcpi_rcv_nxt;

On older versions, we can probably start them from 0, see idsn and iasn from the first subflow.

@matttbe matttbe added the bug label Oct 13, 2023
@geliangtang geliangtang self-assigned this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants