mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
forgot CHANGELOG: freeing ooseq pbufs when the pbuf pool is empty implemented for NO_SYS==1: when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ() at regular intervals from main level.
This commit is contained in:
parent
e931086c3e
commit
1ac0c90ec4
@ -17,6 +17,11 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2011-07-22: Simon Goldschmidt
|
||||||
|
* pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
|
||||||
|
for NO_SYS==1: when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ()
|
||||||
|
at regular intervals from main level.
|
||||||
|
|
||||||
2011-07-21: Simon Goldschmidt
|
2011-07-21: Simon Goldschmidt
|
||||||
* etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
|
* etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
|
||||||
sending an ARP request when an ARP entry is used in the last minute before
|
sending an ARP request when an ARP entry is used in the last minute before
|
||||||
|
Loading…
Reference in New Issue
Block a user