You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement in Go an MTU testing using ICMP packets, starting from a large packet and lowering it until it's no longer fragmented/unreachable.
Add a new option VPN_MTU_START=1450 to indicate the starting MTU to test
Add a new option VPN_MTU_STEP=30 to indicate the step to add or subtract for the next MTU to test
if MTU testing it fast enough, deprecate WIREGUARD_MTU, OPENVPN_MSSFIX and remove default MTU values in Openvpn configurations
do we need a large link MTU to send large ICMP packets to test the MTU? If yes, we should hold all traffic (firewall?) until the MTU is found. This would make the implementation complicated.
What's the feature 🧐
Implement in Go an MTU testing using ICMP packets, starting from a large packet and lowering it until it's no longer fragmented/unreachable.
VPN_MTU_START=1450
to indicate the starting MTU to testVPN_MTU_STEP=30
to indicate the step to add or subtract for the next MTU to testWIREGUARD_MTU
,OPENVPN_MSSFIX
and remove default MTU values in Openvpn configurationsExtra information and references
mtu-test
option which takes about 3 minutesThe text was updated successfully, but these errors were encountered: