UdpClient

Type Alias UdpClient 

Source
pub type UdpClient = Client<UdpTransport>;
Expand description

Type alias for a client using a dedicated UDP socket.

This is the default transport type, suitable for most use cases with up to ~100 concurrent targets.

Aliased Typeยง

pub struct UdpClient { /* private fields */ }