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