Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2004 19:23:11 +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:  <200410081923.i98JNB7m024500@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410081923.i98JNB7m024500>