From 0f9799d7e0c4945487846c6621af4b77869f3665 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 9 Oct 2007 19:31:54 +0000 Subject: [PATCH] Added todo: free the oldest entry when the MEMP_REASSDATA pool is empty or the IP_REASS_MAX_PBUFS limit is reached --- src/core/ipv4/ip_frag.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/ipv4/ip_frag.c b/src/core/ipv4/ip_frag.c index 2a57aad7..3adb3de2 100644 --- a/src/core/ipv4/ip_frag.c +++ b/src/core/ipv4/ip_frag.c @@ -74,6 +74,8 @@ static u16_t ip_reass_pbufcount; * if IP_REASS_CHECK_OVERLAP=1 (the default)! * * @todo: work with IP header options + * @todo: free the oldest entry when the MEMP_REASSDATA pool is empty or + * the IP_REASS_MAX_PBUFS limit is reached */ #ifndef IP_REASS_CHECK_OVERLAP