github.com/kelleygo/clashcore@v1.0.2/transport/hysteria/pmtud_fix/unavail.go (about) 1 //go:build !linux && !windows && !darwin 2 3 package pmtud_fix 4 5 const ( 6 DisablePathMTUDiscovery = true 7 )