Skip to content
Snippets Groups Projects
Commit 1a8a560b authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

cpu/esp8266: remove timeout handling in send func

It is not necessary to realize timeout handling in send function or to disconnect from AP if lwIP packet buffer is exhausted. Waiting that the frame allocated in lwIP packet buffer is freed by MAC layer led to the complete blockage of send function on heavy network load. Disconnecting from AP is counterproductive since reconnecting usually fails on heavy network load.
parent fa5fe7e4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment