glider/pkg/sockopt/sockopt_others.go

10 lines
156 B
Go
Raw Normal View History

//go:build !linux && !darwin
package sockopt
import (
"syscall"
)
2022-02-24 18:41:03 +08:00
func control(opt *Options) func(string, string, syscall.RawConn) error { return nil }