From ab1c9548e0b99e4c35173ee1265dac5510af2398 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sat, 16 Sep 2017 22:43:12 +0200 Subject: [PATCH] Increase IPv4 reassembly timeout according to RFC 791 --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 86b7c171..465a9c7d 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -735,7 +735,7 @@ * in this time, the whole packet is discarded. */ #if !defined IP_REASS_MAXAGE || defined __DOXYGEN__ -#define IP_REASS_MAXAGE 3 +#define IP_REASS_MAXAGE 15 #endif /**