libuv/include
Santiago Gimeno 70d4371303 udp: add support for UDP connected sockets
Add two new methods:

`uv_udp_connect()` to connect / disconnect an UDP handle.
`uv_udp_getpeername()` to get the remote peer address of a connected UDP
handle.

Modify `uv_udp_send()` and `uv_udp_try_send()` to accept a `NULL` `addr`
to send messages over an "UDP connection".

Refs: https://github.com/libuv/leps/pull/10
PR-URL: https://github.com/libuv/libuv/pull/1872
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-09-28 22:19:46 +02:00
..
uv 2018.08.18, Version 1.23.0 (Stable) 2018-08-24 12:33:18 +02:00
uv.h udp: add support for UDP connected sockets 2018-09-28 22:19:46 +02:00