pub fn udp_client_stream_test<S: UdpSocket + Send + 'static, E: Executor>(
    server_addr: IpAddr,
    exec: E
)
Available on crate feature testing only.
Expand description

Test udp_client_stream.