Date: Wed, 9 Jul 1997 12:40:45 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.c Message-ID: <199707091940.MAA05655@freefall.freebsd.org>
index | next in thread | raw e-mail
julian 1997/07/09 12:40:44 PDT
Modified files:
sbin/ping ping.c
Log:
ping called printf() from a signal handler..
this is a NO-NO
re-arange to just set a "please die immediatly" flag in the signal handler
and handle this in the normal thread.
also handle ping -f better on slow links by backing off a bit when
we get a ENOBUFFS from the sendto().
Revision Changes Path
1.22 +26 -5 src/sbin/ping/ping.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707091940.MAA05655>
