Function rustix::net::sockopt::set_socket_incoming_cpu
source ยท pub fn set_socket_incoming_cpu<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
Expand description
setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, value)
See the module-level documentation for more.