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

2019-01-30 Thread goldsi...@gmx.de
Am 29.01.2019 um 20:08 schrieb goldsi...@gmx.de: Am 29.01.2019 um 16:32 schrieb cbe...@vienco.de: [..] Hi Simon, It's located in File: contrib-2.1.0\apps\tcpecho_raw\tcpecho_raw.c in function tcpecho_raw_recv lines 200 to 247 Oh, right. Don't know why I didn't see that. Well, I guess that

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

2019-01-29 Thread goldsi...@gmx.de
Am 29.01.2019 um 16:32 schrieb cbe...@vienco.de: Hi Simon, thanks for your reply. In the contrib 2.1.0 is the exact same code snippet. So my question is still unanswered. How to handle this correctly? Could you point me to it? I can't find it. Regards, Simon Hi Simon, It's located in

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

2019-01-29 Thread cbergs
>> Hi Simon, >> >> thanks for your reply. >> >> In the contrib 2.1.0 is the exact same code snippet. >> So my question is still unanswered. How to handle this correctly? > >Could you point me to it? I can't find it. > >Regards, >Simon > Hi Simon, It's located in File:

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

2019-01-24 Thread cbergs
Hi Simon, thanks for your reply. In the contrib 2.1.0 is the exact same code snippet. So my question is still unanswered. How to handle this correctly? Regards, Chris ___ lwip-users mailing list lwip-users@nongnu.org

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