2021-09-06 23:07:34 +08:00
|
|
|
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
|
|
|
|
|
2025-01-16 10:16:37 +08:00
|
|
|
package sockopt
|
2021-09-06 23:07:34 +08:00
|
|
|
|
2025-01-16 10:16:37 +08:00
|
|
|
func reuseControl(fd uintptr) error { return nil }
|