Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 3 of 3) sorted by relevance

/libuv/src/unix/
H A Dudp.c157 size_t chunks; in uv__udp_recvmmsg() local
162 chunks = buf->len / UV__UDP_DGRAM_MAXSIZE; in uv__udp_recvmmsg()
163 if (chunks > ARRAY_SIZE(iov)) in uv__udp_recvmmsg()
164 chunks = ARRAY_SIZE(iov); in uv__udp_recvmmsg()
165 for (k = 0; k < chunks; ++k) { in uv__udp_recvmmsg()
181 nread = recvmsg_x(handle->io_watcher.fd, msgs, chunks, MSG_DONTWAIT); in uv__udp_recvmmsg()
185 nread = recvmmsg(handle->io_watcher.fd, msgs, chunks, 0, NULL); in uv__udp_recvmmsg()
/libuv/docs/src/
H A Dudp.rst99 chunks will be received and the buffer can be freed safely.
109 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
H A Dhandle.rst72 chunks they already have.

Completed in 10 milliseconds