cvs commit: src/tools/tools/netrate/netblast Makefile netblast.c

Robert Watson rwatson at FreeBSD.org
Fri Feb 25 17:46:49 GMT 2005


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)


More information about the cvs-src mailing list