[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, 09 Aug 2007 14:01:41 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #24, bug #3031 (project lwip):
>> snd_queuelen is decremented using pbuf_clen
> before your changes it wasn't decremented using pbuf_clen either.
That's not true! The first changes I made to tcp_in.c was in version 1.65 of
the file. But the line 'pcb->snd_queuelen -= pbuf_clen(next->p);' was already
present in tcp_receive() before that version!
As for the macro, I agree. Perhaps we can make the function use that macro so
that we don't have the same code twice.
_______________________________________________________
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 <=