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

fix: Decrease zenoh_link_udp::UDP_MAX_MTU to fit UDP over IPv6 #1071

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

fuzzypixelz
Copy link
Member

IPv6 headers are at least 40 bytes (because of optional extensions). This pull request changes zenoh_link_udp::UDP_MAX_MTU to accomodate that. Up until now, only the IPv4 header size (20 bytes) was substracted from the theoretical UDP MTU.

@fuzzypixelz fuzzypixelz requested a review from Mallets May 31, 2024 08:48
@fuzzypixelz fuzzypixelz added the bug Something isn't working label May 31, 2024
@fuzzypixelz fuzzypixelz self-assigned this May 31, 2024
@Mallets Mallets merged commit 16f1c43 into eclipse-zenoh:main Jun 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants