devela::_dep::rustix::net::sockopt

Function set_socket_incoming_cpu

pub fn set_socket_incoming_cpu<Fd>(fd: Fd, value: u32) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, value)

See the module-level documentation for more.