From 187df4464e315bb12c27344bde0069a063752691 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 11 Oct 2007 19:24:59 +0000 Subject: [PATCH] Added description for MEMP_NUM_REASSDATA and changed the default value to 5. --- src/include/lwip/opt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 05df9d90..0fc2a891 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -212,10 +212,11 @@ #endif /** - * MEMP_NUM_REASSDATA: ...@todo to define to a best value + * MEMP_NUM_REASSDATA: the number of simultaneously IP packets queued for + * reassembly (whole packets, not fragments!) */ #ifndef MEMP_NUM_REASSDATA -#define MEMP_NUM_REASSDATA 8 +#define MEMP_NUM_REASSDATA 5 #endif /**