Date: Fri, 25 Feb 2005 17:46:49 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/netrate/netblast Makefile netblast.c Message-ID: <200502251746.j1PHknhL091656@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-25 17:46:49 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
tools/tools/netrate/netblast Makefile netblast.c
Log:
Merge netblast, a high speed UDP packet blaster, from HEAD to RELENG_5;
this was not merged with the other earlier parts of netrate previously.
Bring both netblast.c and Makefile to revisions 1.2, ommitting only the
change to NO_MAN present in HEAD:
date: 2004/10/08 19:23:11; author: rwatson; state: Exp;
Add a version of netsend that uses the interval timer rather than
explicit clock reads to set an overall duration to the send, and
blasts rather than trying to clock output. The goal of netblast,
unlike netsend, is to send as many UDP packets as possible; the
cost is that there's no ability to control the rate, and there's
less accuracy in the timing as the interval timer granularity is
relatively low.
revision 1.2
date: 2005/02/12 20:03:30; author: rwatson; state: Exp; lines: +1 -1
Mark the signum argument to signal_handler() as __unused.
Revision Changes Path
1.3.2.1 +8 -0 src/tools/tools/netrate/netblast/Makefile (new)
1.2.2.1 +197 -0 src/tools/tools/netrate/netblast/netblast.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251746.j1PHknhL091656>
