UDP.ConnectedSourceConnected UDP sockets.
This module requires libuv 1.27.0 or higher.
Feature check: Luv.Require.(has udp_connect)
Assigns a peer address to the given socket.
Binds uv_udp_connect.
Removes the peer address assigned to the given socket.
Binds uv_udp_connect with NULL argument.
Retrieves the peer address assigned to the given socket.
Binds uv_udp_getpeername.
Like Luv.UDP.send, but the remote address used is the peer address assigned to the socket.
Binds uv_udp_send.
Like Luv.UDP.try_send, but the remote address used is the peer address assigned to the socket.
Binds uv_udp_try_send.