micropython/tests/multi_wlan
Angus Gratton bfc69dbe83 extmod,rp2: Keep LWIP timer running if lwip poll_sockets() is called.
Fixes rp2 issue where socket.getaddrinfo() could block indefinitely if an
interface goes down and still has a DNS server configured, as the LWIP
timer stops running and can't time out the DNS query.

Adds a regression test under multi_wlan that times out on rp2 without this
fix.

Fixes issue #18797.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-03-04 11:44:30 +11:00
..
01_ap_sta.py tests/multi_wlan: Remove esp8266 port workaround. 2025-02-07 13:03:26 +11:00
01_ap_sta.py.exp tests: Add basic wlan test. 2024-11-28 15:39:06 +11:00
getaddrinfo.py extmod,rp2: Keep LWIP timer running if lwip poll_sockets() is called. 2026-03-04 11:44:30 +11:00
getaddrinfo.py.exp extmod,rp2: Keep LWIP timer running if lwip poll_sockets() is called. 2026-03-04 11:44:30 +11:00