glider/pkg/sockopt/bind_others.go

12 lines
181 B
Go
Raw Normal View History

//go:build !linux
// +build !linux
package sockopt
import (
"net"
"syscall"
)
func BindControl(iface *net.Interface) func(string, string, syscall.RawConn) error { return nil }