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

TCP2 does not implement delayed ACKs #30366

Open
jukkar opened this issue Dec 1, 2020 · 1 comment
Open

TCP2 does not implement delayed ACKs #30366

jukkar opened this issue Dec 1, 2020 · 1 comment
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features

Comments

@jukkar
Copy link
Member

jukkar commented Dec 1, 2020

Is your enhancement proposal related to a problem? Please describe.
We do not implement delayed ACK mechanishm. https://en.wikipedia.org/wiki/TCP_delayed_acknowledgment

Implementing delayed ACKs would improve network utilization as we would be able to send fewer ACK packets to peer by collecting more data before sending a single ACK instead of multiple ACKs.

@jukkar jukkar added Enhancement Changes/Updates/Additions to existing features area: Networking labels Dec 1, 2020
@kartben
Copy link
Collaborator

kartben commented Sep 19, 2023

related: #46584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

2 participants