Constant lrs::socket::msg::MSG_CONFIRM

Informs the link-layer that we're receiving messages from the peer.

Syntax

const MSG_CONFIRM: MsgFlags = MsgFlags(cty::MSG_CONFIRM);

Remarks

This can be used when sending UDP or raw messages so that the link-layer does not update the MAC address of the peer.

See also