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

Add Z_FEATURE_TCP_NODELAY #723

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

jean-roland
Copy link
Contributor

Because of the mtu changes in Zenoh 1.0 routers, zenoh-pico fell in a bad timing between the Linux tcp_ack_time and Nagle's algorithm. Since embedded is more about zero-wait tcp packets, added the default config option to remove Nagle's algorithm where applicable.

Also changes the way fragments are created to improve performance.

Copy link

github-actions bot commented Oct 9, 2024

PR missing one of the required labels: {'bug', 'breaking-change', 'new feature', 'enhancement', 'documentation', 'dependencies', 'internal'}

@jean-roland jean-roland added bug Something isn't working enhancement Things could work better labels Oct 9, 2024
@gabrik gabrik merged commit 64ae44c into eclipse-zenoh:main Oct 9, 2024
54 of 56 checks passed
@jean-roland jean-roland deleted the feat_siphon branch October 14, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Things could work better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants