freebsd-dev/sbin/ping
Ian Dowse 2510719736 The -A option (beep when packets are dropped) didn't work quite
right; after a single packet was dropped it beeped after every
transmission.

Change its implementation to only output a bell when there is an
increase in the maximum value of the number of packets that were
sent but not yet received. This has the benefit that even for very
long round-trip times, ping -A will do roughly the right thing
after a few inital false-positives.

Reviewed by:	ru
2001-09-25 20:22:33 +00:00
..
Makefile Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
ping.8 The -A option (beep when packets are dropped) didn't work quite 2001-09-25 20:22:33 +00:00
ping.c The -A option (beep when packets are dropped) didn't work quite 2001-09-25 20:22:33 +00:00