Requests the full buffer to be filled.
const MSG_WAIT_ALL: MsgFlags = MsgFlags(cty::MSG_WAITALL);
This can be used when receiving messages. It tells the kernel to fill the full provided buffer with data before returning.
recvmsg(2) and MSG_WAITALL therein