Release 1.27.0-0
Update to Libuv 1.27.0
Additions:
- uv.udp_getpeername(handle)
- uv.udp_connect(handle, host, port) [called with nil host and nil port to clear the connection]
Changes:
- uv.udp_send() and uv.udp_try_send() to accept connected udp handles (via udp_connect); if a connected handle is used, then the host and port args must be nil