mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +00:00
Added todo: free the oldest entry when the MEMP_REASSDATA pool is empty or the IP_REASS_MAX_PBUFS limit is reached
This commit is contained in:
parent
b1a4b00091
commit
0f9799d7e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user