Sets whether this socket places out-of-band data directly into the data stream.
impl Socket {
fn set_oob_inline(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether this socket places out-of-band data directly into the data stream. |
If this option is not set, out-of-band data can only be received with the OutOfBand message option.
socket(7) and SO_OOBINLINE therein