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

TCP_NODELAY missing in outgoing connections #1758

Closed
sungming2 opened this issue Feb 20, 2025 · 0 comments
Closed

TCP_NODELAY missing in outgoing connections #1758

sungming2 opened this issue Feb 20, 2025 · 0 comments
Assignees

Comments

@sungming2
Copy link
Contributor

sungming2 commented Feb 20, 2025

This is a follow up issue from #1706 (comment)

The cluster bus initiates connections for node-to-node communication (e.g., Pub/Sub, PING/PONG..).
The absence of TCP_NODELAY can cause unnecessary latency due to Nagle’s algorithm (buffers small TCP packets), which should be disabled for traffic.

We need to consider enabling TCP_NODELAY by default

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

No branches or pull requests

1 participant