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

Disable Nagle's #35

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Disable Nagle's #35

merged 1 commit into from
Sep 16, 2024

Conversation

lhofhansl
Copy link
Collaborator

@lhofhansl lhofhansl commented Sep 13, 2024

I noticed with batching returning data to a client is quite slow.
When I measure the delay it showed almost exactly 40ms - which points to a Nagle's.

Turns out it's indeed due to Nagle's being default on.

(ps. I'll stop now to see if you even want PRs)

@jwills
Copy link
Owner

jwills commented Sep 13, 2024

@lhofhansl ack I totally do-- thank you for these! Just been a busy couple of days at work

@jwills jwills merged commit 4df2023 into jwills:main Sep 16, 2024
3 checks passed
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