Hi,
Ok, so it seems I misunderstood the doc.
I will try to keep the pbufs in some queue for delayed processing.
Just a last question :
If I am really slow, I will have to queue many pbufs, and I will exhaust the
pool of pbufs for the new incoming TCP packets.
I expect that in that case, the emi
On 27.11.2018 17:16, Pierre Chatelier wrote:
Hello,
I have a question regarding the expected behaviour with lwip incoming
TCP packets.
I have a my_tcp_recv_cb() callback that handles incoming TCP packets.
Usually, it just ends with
tcp_recved(pcb, p->tot_len);
pbuf_free(p);
However, if somet