github.com/sagernet/sing@v0.2.6/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  }