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

Add nagle's algorithm #7

Open
shoham-b opened this issue Jan 17, 2022 · 2 comments
Open

Add nagle's algorithm #7

shoham-b opened this issue Jan 17, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@shoham-b
Copy link

Add the possibility to use [https://en.wikipedia.org/wiki/Nagle%27s_algorithm?wprov=sfla1](nagle's algorithm).

This should come with the possibility of turning off the delayed ack due to collision between the two.

@ccie18643
Copy link
Owner

So to be honest last time i actually worked on TCP implementation was almost year ago and i left it then in a 'good enough for now' state with the intntion of improving it over time. Of course i never had chance to get back to it again. This definitely should be added to TODO list and of course if you could propose the code change to implement it that would be welcomed too. Thank you.

@ccie18643
Copy link
Owner

If anyone is interested implementing this please do. If not, I'll get back to it after version 3.0 is released sometime in 2025.

@ccie18643 ccie18643 added the help wanted Extra attention is needed label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants