Re-exports§
pub use socket::BindOpts;
Modules§
Structs§
- Multicast
UdpSocket - An IPv6 + IPv4 multicast socket that sends payloads generated by user callbacks to all interfaces.
- Shared
Multicast UdpSocket - A multicast socket with shared .recv_from(). It’ll call all subscribed handlers. You MUST spawn task_listen_forever().