mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Increase IPv4 reassembly timeout according to RFC 791
This commit is contained in:
parent
27b7ed17fc
commit
ab1c9548e0
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user