mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-23 01:56:48 +08:00
v1.0.0
This commit is contained in:
13
transport/internet/tcp/sockopt_other.go
Normal file
13
transport/internet/tcp/sockopt_other.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build !linux,!freebsd
|
||||
// +build !confonly
|
||||
|
||||
package tcp
|
||||
|
||||
import (
|
||||
"github.com/xtls/xray-core/v1/common/net"
|
||||
"github.com/xtls/xray-core/v1/transport/internet"
|
||||
)
|
||||
|
||||
func GetOriginalDestination(conn internet.Connection) (net.Destination, error) {
|
||||
return net.Destination{}, nil
|
||||
}
|
Reference in New Issue
Block a user