v2ray-core/proxy/dokodemo/sockopt_other.go

13 lines
224 B
Go
Raw Normal View History

2016-06-11 23:35:40 +00:00
// +build !linux
package dokodemo
import (
2016-08-20 18:55:45 +00:00
v2net "v2ray.com/core/common/net"
"v2ray.com/core/transport/internet"
2016-06-11 23:35:40 +00:00
)
2016-06-14 20:54:08 +00:00
func GetOriginalDestination(conn internet.Connection) v2net.Destination {
2016-09-20 09:53:05 +00:00
return v2net.Destination{}
2016-06-11 23:35:40 +00:00
}