Date: Tue, 29 Apr 1997 00:59:28 -0400 From: John Capo <jc@irbs.com> To: hackers@freebsd.org Subject: 2.2.X ping -l == ping -f Message-ID: <19970429005928.23012@irbs.com>
index | next in thread | raw e-mail
As of version 1.8.2.8 ping drops into flood mode when -l preload
is used. Was this change in -l behavior intentional?
--- ping.c.orig Tue Apr 29 00:24:25 1997
+++ ping.c Tue Apr 29 00:24:37 1997
@@ -232,7 +232,6 @@
"ping: %s\n", strerror(EPERM));
exit(1);
}
- options |= F_FLOOD;
preload = atoi(optarg);
if (preload < 0) {
(void)fprintf(stderr,
John Capo
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970429005928.23012>
