1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-06 16:10:43 +00:00
v2fly/proxy/dokodemo/sockopt_other.go
2016-08-20 20:55:45 +02:00

13 lines
208 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 nil
}