v2ray-core/transport/internet/sockopt_other.go

8 lines
116 B
Go
Raw Normal View History

2018-09-06 08:06:57 +00:00
// +build !linux
package internet
func applySocketOptions(fd uintptr, config *SocketConfig) error {
return nil
}