Constant lrs::socket::msg::MSG_END_OF_RECORD

Marks the end of a SeqPacket record.

Syntax

const MSG_END_OF_RECORD: MsgFlags = MsgFlags(cty::MSG_EOR);

Remarks

This can be used with SeqPacket sockets when sending messages and appears in flags of received messages. It marks the end of a SeqPacket record.

See also