Function set_socket_oobinline

Source
pub(crate) fn set_socket_oobinline(
    fd: BorrowedFd<'_>,
    value: bool,
) -> Result<()>