createUDPSessionThroughTunnel(to:from:)
Creates a UDP session through the current tunnel.
Declaration
func createUDPSessionThroughTunnel(to remoteEndpoint: NWEndpoint, from localEndpoint: NWHostEndpoint?) -> NWUDPSessionParameters
- 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.