On Fri, 2010-11-26 at 12:01 +0100, Mariusz Dz wrote: > I anderstood that the call of pbuf_free(p); cannot be beefore > tcp_recved(pcb, p->tot_len); , i corect that in program and still have the > problem with loosing some data.
Have you changed the order of the other calls to that suggested in my last post? It's not just pbuf_free() that needed changing. > Maybe there is a exapmle for simple http > server without system based on lwIP? Yes, in the contrib lwIP module there is an http server based around the raw API in apps/httpserver_raw Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
