lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: http client causes server to stop sending data


From: Chris Frost
Subject: [lwip-users] Re: http client causes server to stop sending data
Date: Sat, 8 Jan 2005 11:05:08 -0800
User-agent: Mutt/1.3.28i

Getting into the details of the connection, I forgot to mention how this
http client is using lwip's interface.

It's using the rawapi, upon the clients tcp recv() function being called
with the tcp_pcb* and pbuf*, if calls tcp_recved(pcb, p->tot_len) and then
gets the data from each p until !(p && p->ref > 0), pbuf_free()ing each
pbuf* p after it is done with it. If this might be suspect, I'd be happy
to go into more depth.

-- 
Chris Frost  |  <http://www.frostnet.net/chris/>
-------------+----------------------------------
Public PGP Key:
   Email address@hidden with the subject "retrieve pgp key"
   or visit <http://www.frostnet.net/chris/about/pgp_key.phtml>




reply via email to

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