pub async fn recv_mmsg_exact( socket: &UdpSocket, packets: &mut [Packet], ) -> Result<usize>
Reads the exact number of packets required to fill packets
packets