pub fn set_socket_oobinline<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
setsockopt(fd, SOL_SOCKET, SO_OOBINLINE, value)
See the module-level documentation for more.