You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LWIP failure after 256 Ethernet disconnects (#3212)
Thanks to Yohine. He identified via email a leak of DHCP state that
would cause LWIP to panic() after 256 disconnects.
Properly clean up DHCP state on link ::end (shutdown).
0 commit comments