pub fn get_socket_incoming_cpu<Fd: AsFd>(fd: Fd) -> Result<u32>
Available on crate feature
net
only.Expand description
getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU)
See the module-level documentation for more.
pub fn get_socket_incoming_cpu<Fd: AsFd>(fd: Fd) -> Result<u32>
net
only.getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU)
See the module-level documentation for more.