lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implement


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implementation.
Date: Thu, 26 Jul 2007 14:43:54 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5

Follow-up Comment #22, bug #3031 (project lwip):

Ah, OK. But there are two problems with counting the segments:
- you have no control of how many pbufs you need to configure
- snd_queuelen is decremented using pbuf_clen (because when sending with
copy=0, a segment will consists of one PBUF_REF for the data and one PBUF_RAM
for the header) so it must be incremented using pbuf_clen also, I think.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?3031>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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