github.com/sagernet/sing@v0.4.0-beta.19.0.20240518125136-f67a0988a636/common/control/frag_other.go (about) 1 //go:build !(linux || windows || darwin) 2 3 package control 4 5 func DisableUDPFragment() Func { 6 return nil 7 }