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

feat(vpn): path MTU discovery to find the best MTU #2586

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

qdm12
Copy link
Owner

@qdm12 qdm12 commented Nov 14, 2024

Fix #2570

  • pmtud for IPv4
  • pmtud for IPv6 (untested)
  • Run after VPN is up and modify live the VPN link MTU with netlink
    • No need to be blocking since this is rather fast and a low MTU of 1200 (see below) should work for the beginning.
  • Lower default MTU to 1200 for all VPN servers

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.

Feature request: MTU testing to find the best MTU
1 participant