Constant lrs::socket::msg::MSG_WAIT_ALL

Requests the full buffer to be filled.

Syntax

const MSG_WAIT_ALL: MsgFlags = MsgFlags(cty::MSG_WAITALL);

Remarks

This can be used when receiving messages. It tells the kernel to fill the full provided buffer with data before returning.

See also