Markus Pischinger wrote:
/LWIP_ASSERT("tcp_input: pcb->next != pcb (before cache)", pcb->next != pcb);
/

Normally, this is a strong indication that you are violating lwIP's threading requirements. Read http://www.nongnu.org/lwip/2_0_x/pitfalls.html

Simon
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to