Skip to content

fix(connection): enable TCP nodelay by default#100

Open
yordis wants to merge 1 commit into
CuatroElixir:mainfrom
yordis:yordis/fixes-92-nodelay
Open

fix(connection): enable TCP nodelay by default#100
yordis wants to merge 1 commit into
CuatroElixir:mainfrom
yordis:yordis/fixes-92-nodelay

Conversation

@yordis

@yordis yordis commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Closes #92

Small gRPC request/response messages were subject to Nagle's algorithm
interacting with delayed ACKs, adding tens of milliseconds of latency to
reads and appends.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
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.

Performance issues/expectations

1 participant