Function rustix::net::sockopt::set_socket_oobinline

source ยท
pub fn set_socket_oobinline<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Expand description

setsockopt(fd, SOL_SOCKET, SO_OOBINLINE, value)

See the module-level documentation for more.