tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

example: udp_multicast #242

Open ptiza opened 1 year ago

ptiza commented 1 year ago

Small example program for UDP multicast send and receive. Server sends 10 packets with string representation of the numbers 1 to 10 to a specific multicast address. Client joins the multicast group, receives those 10 packets and checks the received content.