[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: |
Jonathan Larmour |
Subject: |
[lwip-devel] [bug #3031] Implement a new fully pool-based pbuf implementation. |
Date: |
Thu, 26 Jul 2007 14:38:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12 |
Follow-up Comment #21, bug #3031 (project lwip):
>> So perhaps is it ok for it to just represent the length of the
>> queue, rather than being an accurate count of the number of
>> pbufs?
>
> I don't really get what you mean here,
what I was meaning is that the specific number of pbufs limited by
TCP_SND_QUEUELEN may not be that important. I might be wrong, but it seems to
me that TCP_SND_QUEUELEN is just there to act as a limit to the queue getting
too long. At present it looks like instead of counting pbufs, it is counting
segments. But is this actually a problem?
Maybe we should just change the comments in tcp_out.c and opt.h!
I'm prepared to be corrected on this though.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?3031>
_______________________________________________
Message sent via/by 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