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

nodelay #66

Merged
merged 1 commit into from
Nov 8, 2020
Merged

nodelay #66

merged 1 commit into from
Nov 8, 2020

Conversation

benbromhead
Copy link
Member

This patch disables nagles algorithm. Generally we want to send data as soon as we have it (being a proxy generally means we are bound by littles law, so reducing latency will primarily help throughput).

May need to let this be configurable for other protocols tho...

This patch disables nagles algorithm. Generally we want to send data as soon as we have it (being a proxy generally means we are bound by littles law, so reducing latency will primarily help throughput).

May need to let this be configurable for other protocols tho...
@benbromhead benbromhead merged commit 7b38ad0 into main Nov 8, 2020
@benbromhead benbromhead deleted the no-delay branch December 20, 2020 21:46
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.

1 participant