v2ray-core/proxy/dokodemo/sockopt_other.go

13 lines
234 B
Go
Raw Normal View History

2016-06-12 01:35:40 +02:00
// +build !linux
package dokodemo
import (
v2net "github.com/v2ray/v2ray-core/common/net"
2016-06-14 22:54:08 +02:00
"github.com/v2ray/v2ray-core/transport/internet"
2016-06-12 01:35:40 +02:00
)
2016-06-14 22:54:08 +02:00
func GetOriginalDestination(conn internet.Connection) v2net.Destination {
2016-06-12 01:35:40 +02:00
return nil
}