From 1ac0c90ec4eb2dfa19a728faa0815078a381962f Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Fri, 22 Jul 2011 21:07:09 +0200 Subject: [PATCH] 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. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ba6aba51..2be486e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,11 @@ HISTORY ++ 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 * 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