cvs commit: src/tools/tools/netrate/netsend Makefile netsend.c
Robert Watson
rwatson at FreeBSD.org
Wed Sep 29 23:17:27 PDT 2004
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
More information about the cvs-src
mailing list