• Earle F. Philhower, III's avatar
    Undo #1864, fix LWIP offline error (#1979) · 12702717
    Earle F. Philhower, III authored
    Fixes #1973
    
    The periodic LWIP pump/Ethernet packet reader async_context stopped
    firing occasionally under high packet loads, causing the LWIP stack
    to become unresponsive to any incoming data.
    
    Re-implement the 2-step process for polling (like the CYW43 driver
    from the RPI folks does) and undoes #1864 change.
    12702717
LwipEthernet.cpp 5.66 KB