v2ray-core/transport/internet/sockopt_other.go

8 lines
116 B
Go

// +build !linux
package internet
func applySocketOptions(fd uintptr, config *SocketConfig) error {
return nil
}