1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/proxy/dokodemo/sockopt_other.go
2016-09-20 11:53:05 +02:00

13 lines
224 B
Go

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