From owner-cvs-src@FreeBSD.ORG Thu Sep 30 06:17:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F0916A4CE; Thu, 30 Sep 2004 06:17:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8092243D1F; Thu, 30 Sep 2004 06:17:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8U6HR1K018095; Thu, 30 Sep 2004 06:17:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8U6HRV2018091; Thu, 30 Sep 2004 06:17:27 GMT (envelope-from rwatson) Message-Id: <200409300617.i8U6HRV2018091@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Sep 2004 06:17:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/netrate/netsend Makefile netsend.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 06:17:27 -0000 rwatson 2004-09-30 06:17:27 UTC FreeBSD src repository Modified files: tools/tools/netrate/netsend Makefile netsend.c Log: While calling perror() on send() failure was useful for debugging the if_em "wedging" problem, large numbers of perror() calls impacts send performance. As such, just count the error, don't print it. Revision Changes Path 1.2 +1 -0 src/tools/tools/netrate/netsend/Makefile 1.5 +1 -3 src/tools/tools/netrate/netsend/netsend.c