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

Fix retransmission count are not consistent with the real value on Linux 4.7 or higher #450

Conversation

NeJan2020
Copy link
Collaborator

Fix retransmission count are not consistent with the real value.

Since Linux 4.7, multiple retransmission packets can be sent in a single retransmission system call, which can be count by new param named segs.

Related Issue

#214

From linux 4.7, tcp_retransmit_skb may retransmit more than one package durning once calling

Signed-off-by: niejiangang <[email protected]>
Signed-off-by: niejiangang <[email protected]>
Signed-off-by: niejiangang <[email protected]>
…ansmission-count-are-not-consistent-with-the-real-value

Signed-off-by: niejiangang <[email protected]>
Signed-off-by: niejiangang <[email protected]>
Signed-off-by: niejiangang <[email protected]>
Signed-off-by: niejiangang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants