Skip to content
Snippets Groups Projects
  • Gunar Schorcht's avatar
    fa5fe7e4
    cpu/esp8266: don't disconnect on pbuf full in send · fa5fe7e4
    Gunar Schorcht authored
    Disconnecting from the AP in the send function if the lwIP packet buffer is exhausted is counterproductive since reconnecting usually fails on heavy network load. A better strategy is to slow down the sending of MAC frames from netif a bit to wait for flushing the buffer in the MAC layer.
    fa5fe7e4
    History
    cpu/esp8266: don't disconnect on pbuf full in send
    Gunar Schorcht authored
    Disconnecting from the AP in the send function if the lwIP packet buffer is exhausted is counterproductive since reconnecting usually fails on heavy network load. A better strategy is to slow down the sending of MAC frames from netif a bit to wait for flushing the buffer in the MAC layer.