Retrieves whether this socket places out-of-band data directly into the data stream.
impl Socket {
fn is_oob_inline(&self) -> Result<bool, Errno>
}Returns whether this socket places out-of-band data directly into the data stream.
socket(7) and SO_OOBINLINE therein