Got rid of pbuf_pool_alloc_cache and pbuf_pool_free_cache. Also got rid of

pbuf_refresh(). This has sped up pbuf pool operations.
This commit is contained in:
davidhaas
2003-04-11 14:39:15 +00:00
parent 40f10b69f7
commit 3defc437c6
2 changed files with 34 additions and 107 deletions

View File

@@ -7,6 +7,12 @@ HISTORY
* TCP has been fixed to deal with the new use of the pbuf->ref
counter. This was broken in 0.6.1.
++ Changes:
* Removed pbuf_pool_free_cache and pbuf_pool_alloc_cache. Also removed
pbuf_refresh(). This has sped up pbuf pool operations considerably.
Implemented by David Haas.
(0.6.1)
++ New features: