Skip to main content

MSG_DONTWAIT

Constant MSG_DONTWAIT 

Source
pub const MSG_DONTWAIT: c_int = 64;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/send.2.html.

Enables nonblocking operation.