* pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run

out of pool pbufs.
This commit is contained in:
jifl
2009-01-28 05:43:35 +00:00
parent b0c61ffbb1
commit 102d69004a
2 changed files with 45 additions and 2 deletions

View File

@@ -56,6 +56,10 @@ HISTORY
++ Bugfixes:
2009-01-28 Jonathan Larmour
* pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run
out of pool pbufs.
2008-12-19 Simon Goldschmidt
* many files: patch #6699: fixed some warnings on platform where sizeof(int) == 2