K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-25T17:46:49.000000Z K 7 svn:log V 882 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. END