github.com/igoogolx/clash@v1.19.8/common/sockopt/reuseaddr_other.go (about)

     1  //go:build !linux
     2  
     3  package sockopt
     4  
     5  import (
     6  	"net"
     7  )
     8  
     9  func UDPReuseaddr(c *net.UDPConn) (err error) {
    10  	return
    11  }