mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
the size of the tsp_name field is OS-dependent. 4.3BSD used a 32-byte field, FreeBSD uses MAXHOSTNAMELEN and RedHat apparently uses a 64-byte field. As a result, sanity checking code added a few months ago to detect short packets will fail when interoperating with one of these other vendors. Change the short packet detection code to expect a minimum packet size corresponding to the 4.3BSD implementation, which should be a safe minimum size. Submitted by: Stephen Whiteley <stevew@best.com> (based on) PR: misc/29867 |
||
|---|---|---|
| .. | ||
| cmds.c | ||
| cmdtab.c | ||
| extern.h | ||
| Makefile | ||
| timedc.8 | ||
| timedc.c | ||
| timedc.h | ||