libuv/include
Kristian Evensen 1e8fe45995 include: updated uv_udp_open documentation
On Unix, uv_udp_open can be used with any socket as long as the socket
follows the datagram contract (works in unconnected mode, supports
sendmsg()/recvmsg(), etc.). This means that any datagram-socket, like
for example netlink or raw sockets, can be used with libuv. Added this
information to the documentation.
2013-04-08 16:54:45 +02:00
..
uv-private unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
uv.h include: updated uv_udp_open documentation 2013-04-08 16:54:45 +02:00