Function rustix::net::sockopt::set_xdp_umem_fill_ring_size

source ·
pub fn set_xdp_umem_fill_ring_size<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
Expand description

setsockopt(fd, SOL_XDP, XDP_UMEM_FILL_RING, value)

§References