Skip to main content

start_udp_echo

Function start_udp_echo 

Source
pub async fn start_udp_echo() -> (SocketAddr, JoinHandle<()>)
Expand description

Start a UDP echo server that echoes received packets back to the sender.

Returns the listening address and a join handle.