Constant lrs::socket::msg::MSG_CMSG_TRUNCATED

Marks truncated control messages.

Syntax

const MSG_CMSG_TRUNCATED: MsgFlags = MsgFlags(cty::MSG_CTRUNC);

Remarks

This flag appears in received messages if some control data was truncated because the provided buffer was too small.

See also