lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [lwip-users] Problem with multi file sending http server


From: Kieran Mansley
Subject: Re: Re: [lwip-users] Problem with multi file sending http server
Date: Fri, 26 Nov 2010 11:09:34 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]