1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-14 07:58:16 -04:00
v2fly/transport/internet/sockopt_other.go
2018-09-06 10:06:57 +02:00

8 lines
116 B
Go

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