aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-28 00:31:51 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-28 00:31:51 +0000
commitc67c1ce843e9fa5e8a70401b048e2b85a3530868 (patch)
treede607ae3c736d1129db9d5257847e83dba31eef5 /sbin/ping
parent226a0f0f8bdc3a64bdc6d9a455d3693db6ad7568 (diff)
Notes
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index d87304823d5d6..0d41c92d91a52 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -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)