Skip to content

Retry on timeout in the UDP recv_one, udp_recv_two and double_read tests

Since we are testing UDP on the localhost and the same interface, the UDP datagrams can't get lost. Change the connect read callback, so it starts reading again on timeout instead of getting stuck.

See #3595 (closed)

Edited by Michał Kępień

Merge request reports