1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-02 09:17:55 -04:00
v2fly/proxy/dokodemo/sockopt_other.go
2017-01-14 00:27:45 +01:00

13 lines
214 B
Go

// +build !linux
package dokodemo
import (
"v2ray.com/core/common/net"
"v2ray.com/core/transport/internet"
)
func GetOriginalDestination(conn internet.Connection) net.Destination {
return net.Destination{}
}