pub async fn dial<C>( endpoint: &Endpoint, config: UdpConfig, codec: C, ) -> Result<UdpConn<C>>where C: Codec + Clone,
Connects to the given UDP address and port.