Sets whether all received messages are accompanied by an options control message.
impl Socket {
fn ipv4_set_receive_raw_options(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether all received messages are accompanied by an options control message. |
This is not supported by stream sockets.
ip(7) and IP_RETOPTS therein