github.com/sagernet/sing@v0.4.0-beta.19.0.20240518125136-f67a0988a636/common/control/reuse_other.go (about)

     1  //go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
     2  
     3  package control
     4  
     5  func ReuseAddr() Func {
     6  	return nil
     7  }