mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
Increase IPv4 reassembly timeout according to RFC 791
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user