From owner-cvs-all Mon May 25 13:21:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27128 for cvs-all-outgoing; Mon, 25 May 1998 13:21:25 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27116; Mon, 25 May 1998 13:21:22 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA03735; Mon, 25 May 1998 13:16:06 -0700 (PDT) Date: Mon, 25 May 1998 13:16:06 -0700 (PDT) Message-Id: <199805252016.NAA03735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/05/25 13:16:06 PDT Modified files: sbin/ping ping.c Log: Use select() timeouts instead of SIGALRM to schedule packet transmission. Fixes bin/6649 and removes the last abusive signal handler. Use SO_TIMESTAMP to get the kernel to timestamp packets on reception. Fixes bin/5658 and provides slightly better accuracy. Explicitly zero and terminate the IP options when using -R. PR: bin/5658 PR: bin/6649 Revision Changes Path 1.37 +104 -81 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message