github.com/metacubex/mihomo@v1.18.5/component/dialer/reuse_others.go (about) 1 //go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows 2 3 package dialer 4 5 import ( 6 "net" 7 ) 8 9 func addrReuseToListenConfig(*net.ListenConfig) {}