Function set_socket_oobinline
pub fn set_socket_oobinline<Fd>(fd: Fd, value: bool) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, SOL_SOCKET, SO_OOBINLINE, value)
See the module-level documentation for more.