Contents

createUDPSessionThroughTunnel(to:from:)

Creates a UDP session through the current tunnel.

Declaration

func createUDPSessionThroughTunnel(to remoteEndpoint: NWEndpoint, from localEndpoint: NWHostEndpoint?) -> NWUDPSession

Parameters

  • remoteEndpoint:

    The remote endpoint to send UDP datagrams to.

  • localEndpoint:

    The local endpoint to bind the UDP session to. If nil, the UDP session will be bound to an ephemeral port on the virtual interface.

Discussion

Use this method to create a UDP session to an endpoint inside the private network.

See Also

Creating network connections through the tunnel