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: Use the right MTU for the common use case by default #652

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

ghislainbourgeois
Copy link
Contributor

Description

The previous MTU of 1460 was just a bit too big for the most common setup of running over Ethernet with a standard MTU of 1500. Changing the default to 1456 prevents the UE from sending packets that would need fragmentation.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that validate the behaviour of the software.
  • I validated that new and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@ghislainbourgeois ghislainbourgeois requested a review from a team as a code owner October 23, 2024 13:40
@ghislainbourgeois ghislainbourgeois merged commit bc2b5c5 into main Oct 24, 2024
16 checks passed
@ghislainbourgeois ghislainbourgeois deleted the fix-mtu branch October 24, 2024 06:52
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

Successfully merging this pull request may close these issues.

3 participants