-
Notifications
You must be signed in to change notification settings - Fork 957
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
feat(tcp): make TCP_NODELAY the default #4916
Conversation
TCP_NODELAY
the defaultThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Mind adding a changelog entry for the next libp2p-tcp
minor release?
Hi, apologies for the mistake. Fixed the function comment and added to the PR to the Changelog.md file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mxinden In my eyes, this is a breaking change and shouldn't be released as a patch-release.
Updated the Changelog and Cago.toml as asked @thomaseizinger |
Thanks! This is ready but we delay breaking changes for a while to batch them up. I marked it as draft so it doesn't get merged accidentally. Can you deal with the CI error? |
sorry @shubhexists could not make the changes to your branch as you PR'd from |
Superseeds libp2p#4916. Fixes: libp2p#4890. Pull-Request: libp2p#5469.
Description
Fixes: #4890.
Notes
Added no delay to be Some(true) by default whenever the new method is called.