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