sockopt_other.go 225 B

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