patch #6822 (Add option to place memory pools in separate arrays) - new config option MEMP_SEPARATE_POOLS

This commit is contained in:
goldsimon
2010-01-10 12:44:09 +00:00
parent 13c9d2dade
commit 763760503b
3 changed files with 40 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-01-10: Simon Goldschmidt (Bill Auerbach)
* opt.h, memp.c: patch #6822 (Add option to place memory pools in
separate arrays)
2010-01-10: Simon Goldschmidt
* init.c, igmp.c: patch #6463 (IGMP - Adding Random Delay): added define
LWIP_RAND() for lwip-wide randomization (to be defined in cc.h)