[Top][All Lists]
[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/
- [lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implementation., Simon Goldschmidt, 2007/07/03
- RE: [lwip-devel] [bug #3031] Implement a new fully pool-based pbufimplementation., Goldschmidt Simon, 2007/07/25
- RE: [lwip-devel] [bug #3031] Implement a new fully pool-basedpbufimplementation., Grubb, Jared, 2007/07/25
- RE: [lwip-devel] [bug #3031] Implement a new fullypool-basedpbufimplementation., Goldschmidt Simon, 2007/07/26
- RE: [lwip-devel] [bug #3031] Implement a newfullypool-basedpbufimplementation., Grubb, Jared, 2007/07/26
- Re: [lwip-devel] [bug #3031] Implement a new fullypool-basedpbufimplementation., Jonathan Larmour, 2007/07/31
- Re: [lwip-devel] [bug #3031] Implement a new fully pool-basedpbufimplementation., Thomas Mueller, 2007/07/26