github.com/igoogolx/clash@v1.19.8/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) {}