micropython/tests/multi_net
iabdalkader 30a022548f tests/multi_net/udp_data.py: Make UDP test more reliable.
The current test depends on a specific number and order of packets to pass,
which can't be reproduced every run due to the unreliable UDP protocol.
This patch adds simple packets sequencing, retransmits with timeouts, and a
packet loss threshold, to make the test more tolerant to UDP protocol
packet drops and reordering.
2022-02-09 14:05:01 +11:00
..
ssl_data.py tests/multi_net: Close accepted sockets when tests are done. 2022-01-21 13:34:20 +11:00
ssl_data.py.exp
tcp_accept_recv.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
tcp_client_rst.py tests/multi_net: Close accepted sockets when tests are done. 2022-01-21 13:34:20 +11:00
tcp_data.py tests/multi_net: Close accepted sockets when tests are done. 2022-01-21 13:34:20 +11:00
uasyncio_tcp_client_rst.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
uasyncio_tcp_client_rst.py.exp
uasyncio_tcp_close_write.py
uasyncio_tcp_close_write.py.exp
uasyncio_tcp_readexactly.py
uasyncio_tcp_readexactly.py.exp
uasyncio_tcp_readinto.py extmod/uasyncio: Add readinto() method to Stream class. 2021-06-15 13:13:35 +10:00
uasyncio_tcp_readinto.py.exp extmod/uasyncio: Add readinto() method to Stream class. 2021-06-15 13:13:35 +10:00
uasyncio_tcp_server_client.py
uasyncio_tcp_server_client.py.exp
udp_data.py tests/multi_net/udp_data.py: Make UDP test more reliable. 2022-02-09 14:05:01 +11:00