Increase IPv4 reassembly timeout according to RFC 791

This commit is contained in:
goldsimon 2017-09-16 22:43:12 +02:00
parent 27b7ed17fc
commit ab1c9548e0

View File

@ -735,7 +735,7 @@
* in this time, the whole packet is discarded. * in this time, the whole packet is discarded.
*/ */
#if !defined IP_REASS_MAXAGE || defined __DOXYGEN__ #if !defined IP_REASS_MAXAGE || defined __DOXYGEN__
#define IP_REASS_MAXAGE 3 #define IP_REASS_MAXAGE 15
#endif #endif
/** /**