glider/pkg/sockopt/sockopt_others.go
2022-02-24 18:44:52 +08:00

11 lines
181 B
Go

//go:build !linux && !darwin
// +build !linux,!darwin
package sockopt
import (
"syscall"
)
func control(opt *Options) func(string, string, syscall.RawConn) error { return nil }