K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-12-22T08:52:06.000000Z K 7 svn:log V 811 MFC the netrate packet generation tool to RELENG_5, all revisions are the same as in CVS HEAD except for Makefile's affected by the recent NO_MAN change: Add netrate (netreceive, netsend), a tool for generating (and sinking) UDP packets of specified size at a fixed rate. I've been using this for netperf-related testing. 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. Requested by: Matthew George END