pub fn ax_udp_peek_from(
socket: &AxUdpSocketHandle,
buf: &mut [u8],
) -> AxResult<(usize, SocketAddr)>Expand description
Receives a single datagram message on the UDP socket, without removing it from the queue.
pub fn ax_udp_peek_from(
socket: &AxUdpSocketHandle,
buf: &mut [u8],
) -> AxResult<(usize, SocketAddr)>Receives a single datagram message on the UDP socket, without removing it from the queue.