mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Added assertions where PBUF_RAM pbufs are used and an assumption is made that this pbuf is in one piece (i.e. not chained). These assumptions clash with the possibility of converting to fully pool-based pbuf implementations, where PBUF_RAM pbufs might be chained.
This commit is contained in:
@@ -241,6 +241,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-07-03 Simon Goldschmidt
|
||||
* nearly-all-files: Added assertions where PBUF_RAM pbufs are used and an
|
||||
assumption is made that this pbuf is in one piece (i.e. not chained). These
|
||||
assumptions clash with the possibility of converting to fully pool-based
|
||||
pbuf implementations, where PBUF_RAM pbufs might be chained.
|
||||
|
||||
2007-07-03 Simon Goldschmidt
|
||||
* api.h, api_lib.c, api_msg.c: Final fix for bug #20021 and some other problems
|
||||
when closing tcp netconns: removed conn->sem, less context switches when
|
||||
|
||||
Reference in New Issue
Block a user