Skip to content

Release 1.27.0-0

Compare
Choose a tag to compare
@creationix creationix released this 22 Mar 02:04
727c883

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