1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-18 01:46:06 -04:00
v2fly/transport/internet/sockopt_other.go

8 lines
116 B
Go
Raw Normal View History

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