Retrieves whether all received messages are accompanied by an options control message.
impl Socket {
fn ipv4_is_receive_raw_options(&self) -> Result<bool, Errno>
}Returns whether all received messages are accompanied by an options control message.
This is not supported by stream sockets.
ip(7) and IP_RETOPTS therein