Lines Matching refs:set
36 * Indicates if SO_REUSEADDR will be set when binding the handle.
43 * they all set the flag) but only the last one to bind will receive
54 * that it should now be freed by the recv_cb callback. When this flag is set
59 * Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle.
67 * Indicates if SO_REUSEPORT will be set when binding the handle.
109 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
111 `nread` set to 0, `addr` set to NULL and the buffer pointing at the initially
113 flag set. If a UDP socket error occurs, `nread` will be < 0. In either scenario,
168 The remaining bits can be used to set one of these flags:
170 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will
186 .. versionchanged:: 1.2.1 the file descriptor is set to non-blocking mode.
282 :param multicast_addr: Multicast address to set membership for.
297 :param multicast_addr: Multicast address to set membership for.
385 For connected UDP handles, `addr` must be set to `NULL`, otherwise it will
417 For connected UDP handles, `addr` must be set to `NULL`, otherwise it will
447 `suggested_size` in `alloc_cb` for udp_recv is always set to the size of 1 max size dgram.