mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-24 17:17:03 +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.
|
||||
*/
|
||||
#if !defined IP_REASS_MAXAGE || defined __DOXYGEN__
|
||||
#define IP_REASS_MAXAGE 3
|
||||
#define IP_REASS_MAXAGE 15
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user