freebsd-nq/sbin/ping
Ian Dowse c8bb99e577 Certain ICMP error replies cause ping to perform a reverse DNS
lookup on an IP address from the packet (such as the IP that sent
a TTL exceeded error). If the DNS lookup takes a long time, ^C will
appear to be ineffective since the SIGINT handler just sets a flag
and returns. Work around this by exiting immediately on receipt of
a second SIGINT when DNS lookups are enabled.

PR:		bin/4696
MFC after:	1 week
2004-02-08 21:59:17 +00:00
..
Makefile Update ping to be WARNS=2 compliant. 2003-03-05 22:42:03 +00:00
ping.8 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
ping.c Certain ICMP error replies cause ping to perform a reverse DNS 2004-02-08 21:59:17 +00:00