Method lrs::socket::Socket::ipv4_set_receive_raw_options

Sets whether all received messages are accompanied by an options control message.

Syntax

impl Socket {
    fn ipv4_set_receive_raw_options(&self, val: bool) -> Result<(), Errno>
}

Arguments

NameDescription
val

Whether all received messages are accompanied by an options control message.

Remarks

This is not supported by stream sockets.

See also