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

net/tcp: only print the error when disable the TCP_NODELAY #4134

Merged
merged 1 commit into from Jul 13, 2021

Conversation

xiaoxiang781216
Copy link
Contributor

Summary

Since we do not have the Nagle's algorithm,
the TCP_NODELAY socket option is enabled by default.

Impact

Testing

Since we do not have the Nagle's algorithm,
the TCP_NODELAY socket option is enabled by default.

Change-Id: I0c8619bb06cf418f7eded5bd72ac512b349cacc5
Signed-off-by: chao.an <anchao@xiaomi.com>
@gustavonihei gustavonihei merged commit 83f7c08 into apache:master Jul 13, 2021
@xiaoxiang781216 xiaoxiang781216 deleted the nodelay branch July 13, 2021 13:19
@Ouss4 Ouss4 added this to To-Add in Release Notes - 10.2 Oct 11, 2021
@jerpelea jerpelea moved this from To-Add to fixes in Release Notes - 10.2 Oct 13, 2021
@jerpelea jerpelea moved this from fixes to Added in Release Notes - 10.2 Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants