mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-12 13:30:54 +00:00
5 lines
171 B
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 }
|