mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 10:52:56 +00:00
Some sockets (UDP sockets at least) do not generate "<N>,CLOSED" messages when the WiFi network drops. As a result the networking stack thinks these sockets are still open after the network has dropped, and after any subsequent reconnections. This affects the DNS resolver library in particular, which leaves UDP sockets open permanently by default. Manually close these sockets when the network drops to ensure a clean state the next time the network connects. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au> |
||
---|---|---|
.. | ||
esp_at | ||
esp32 | ||
eswifi | ||
simplelink | ||
winc1500 | ||
CMakeLists.txt | ||
Kconfig |