mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Default data length should be 56, not 64.
This commit is contained in:
parent
226a0f0f8b
commit
c67c1ce843
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ static const char rcsid[] =
|
|||
#define TIMEVAL_LEN ((int)sizeof(struct timeval))
|
||||
#define MASK_LEN (ICMP_MASKLEN - ICMP_MINLEN)
|
||||
#define TS_LEN (ICMP_TSLEN - ICMP_MINLEN)
|
||||
#define DEFDATALEN 64 /* default data length */
|
||||
#define DEFDATALEN 56 /* default data length */
|
||||
#define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
|
||||
/* runs out of buffer space */
|
||||
#define MAXIPLEN (sizeof(struct ip) + MAX_IPOPTLEN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue