This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
RatedSource -- Click element; generates packets at specified rate
RatedSource([DATA, RATE, LIMIT, ACTIVE, KEYWORDS])
Ports: no inputs, 1 output
Processing: agnostic
Package: standard (core)
Creates packets consisting of DATA, emitting at most LIMIT such packets out its single output at a rate of RATE packets per second. When used as a push element, RatedSource will send a maximum of one packet per scheduling, so very high RATEs may not be achievable. If LIMIT is negative, sends packets forever. Will send packets only if ACTIVE is true. Default DATA is at least 64 bytes long. Default RATE is 10. Default LIMIT is -1 (send packets forever). Default ACTIVE is true. Keyword arguments are:
RatedSource(\<0800>, 10, 1000) -> Queue -> ...
Generated by 'click-elem2man' from '../elements/standard/ratedsource.hh' on 7/Mar/2009.