Hello All!
There is LwIP without RTOS, "Raw" model, TCP.
Everything works fine with small TCP packets/answers.
----- Question -----
How to write LwIP TCP streaming code, that transfers hundreds of Kb or Mb over TCP?
How to optimally and timely fill the internal output buffer of LwIP?
Maybe someone can remember example code...