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

Robert Watson rwatson at FreeBSD.org
Fri Oct 8 12:23:11 PDT 2004


rwatson     2004-10-08 19:23:11 UTC

  FreeBSD src repository

  Added files:
    tools/tools/netrate/netblast Makefile netblast.c 
  Log:
  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  Changes    Path
  1.1       +8 -0      src/tools/tools/netrate/netblast/Makefile (new)
  1.1       +197 -0    src/tools/tools/netrate/netblast/netblast.c (new)


More information about the cvs-src mailing list