Files
tun2socks/dialer/sockopt_others.go
T

10 lines
167 B
Go

//go:build !unix && !windows
package dialer
import "syscall"
func setSocketOptions(network, address string, c syscall.RawConn, opts *Options) error {
return nil
}