micropython/tests/multi_net
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets.
The correct callback-deregister functions must be called dependent on the
socket type, otherwise resources may not be freed correctly.

Signed-off-by: Damien George <damien@micropython.org>
2021-08-13 23:46:11 +10:00
..
ssl_data.py
ssl_data.py.exp
tcp_accept_recv.py
tcp_client_rst.py
tcp_data.py
uasyncio_tcp_client_rst.py
uasyncio_tcp_client_rst.py.exp tests/multi_net: Add uasyncio test for TCP server and client. 2020-03-26 01:25:45 +11:00
uasyncio_tcp_close_write.py tests/multi_net: Add uasyncio test for TCP server and client. 2020-03-26 01:25:45 +11:00
uasyncio_tcp_close_write.py.exp
uasyncio_tcp_readexactly.py
uasyncio_tcp_readexactly.py.exp
uasyncio_tcp_readinto.py
uasyncio_tcp_readinto.py.exp
uasyncio_tcp_server_client.py
uasyncio_tcp_server_client.py.exp
udp_data.py