Informs the link-layer that we're receiving messages from the peer.
const MSG_CONFIRM: MsgFlags = MsgFlags(cty::MSG_CONFIRM);
This can be used when sending UDP or raw messages so that the link-layer does not update the MAC address of the peer.
sendmsg(2) and MSG_CONFIRM therein