github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/transport/internet/tcp/sockopt_other.go (about) 1 // +build !linux,!freebsd 2 // +build !confonly 3 4 package tcp 5 6 import ( 7 "v2ray.com/core/common/net" 8 "v2ray.com/core/transport/internet" 9 ) 10 11 func GetOriginalDestination(conn internet.Connection) (net.Destination, error) { 12 return net.Destination{}, nil 13 }