Constant UDP_RX_QUEUE_COUNT
pub const UDP_RX_QUEUE_COUNT: usize = raw::UDP_RX_QUEUE_COUNT; // 4usizeExpand description
Max datagrams a UDP socket queues for receiving.
Datagrams arriving on a full queue are dropped.
This is a limit with and without alloc. Default: 4.