sockopt_other.go 208 B

123456789101112
  1. // +build !linux
  2. package dokodemo
  3. import (
  4. v2net "v2ray.com/core/common/net"
  5. "v2ray.com/core/transport/internet"
  6. )
  7. func GetOriginalDestination(conn internet.Connection) v2net.Destination {
  8. return nil
  9. }