From owner-cvs-all Sat Dec 16 13:39:52 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 16 13:39:49 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7859037B402; Sat, 16 Dec 2000 13:39:49 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBGLdnX07481; Sat, 16 Dec 2000 13:39:49 -0800 (PST) (envelope-from billf) Message-Id: <200012162139.eBGLdnX07481@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 16 Dec 2000 13:39:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/12/16 13:39:49 PST Modified files: sys/netinet ip_icmp.c Log: Use getmicrotime() instead of microtime() when timestamping ICMP packets, the former is quicker and accurate enough for use here. Submitted by: Jason Slagle (on IRC) Reviewed by: phk Revision Changes Path 1.49 +2 -2 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message