Clash.Meta/common/sockopt/reuse_other.go

5 lines
171 B
Go

//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
package sockopt
func reuseControl(fd uintptr) error { return nil }