v2ray-core/proxy/dokodemo/sockopt_other.go

13 lines
225 B
Go
Raw Normal View History

2016-06-11 23:35:40 +00:00
// +build !linux
package dokodemo
import (
v2net "github.com/v2ray/v2ray-core/common/net"
"github.com/v2ray/v2ray-core/transport/hub"
)
func GetOriginalDestination(conn *hub.Connection) v2net.Destination {
return nil
}