pub fn udp_client_stream_test<S: UdpSocket + Send + 'static, E: Executor, TE: Time>(
    server_addr: IpAddr,
    exec: E
)
Expand description

Test udp_client_stream.