hysteria/pkg/sockopt/sockopt_others.go
2022-05-23 22:33:37 +08:00

11 lines
165 B
Go

//go:build !linux
package sockopt
import (
"net"
"syscall"
)
func bindRawConn(network string, c syscall.RawConn, bindIface *net.Interface) error { return nil }