Re: [lwip-users] Webserver based on lwip 1.4.1

2019-01-23 Thread Keppler, Uwe
Hello Simon, the other one was not able to help me. I tested also with version 2.1.0 and found the same issue but even worse. I will check the document you mentioned. But anyway do you have an idea? Regards, Uwe -Ursprüngliche Nachricht- Von: lwip-users Im Auftrag von Simon

[lwip-users] to free or not to free (pbuf_free in tcp_recv)

2019-01-23 Thread cbergs
Hi, I'm working with the lwIP 1.4.1 on a TI M4 platform with rawapi and I'm having trouble to understand the documentation correctly. In particular the callback for tcp_recv(). In the rawapi.txt is said "If there are no errors and the callback function is to return ERR_OK, then it must free

Re: [lwip-users] to free or not to free (pbuf_free in tcp_recv)

2019-01-23 Thread goldsimon
Am 23. Januar 2019 15:05:06 MEZ schrieb cbe...@vienco.de: >Hi, > >I'm working with the lwIP 1.4.1 on a TI M4 platform with rawapi and I'm >having trouble to understand the documentation correctly. >In particular the callback for tcp_recv(). In the rawapi.txt is said > >"If there are no errors