This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
InfiniteSource -- Click element; generates packets whenever scheduled
InfiniteSource([DATA, LIMIT, BURST, ACTIVE, KEYWORDS])
Ports: no inputs, 1 output
Processing: agnostic
Package: standard (core)
Creates packets consisting of DATA. Pushes BURST such packets out its single output every time it is scheduled (which will be often). Stops sending after LIMIT packets are generated; but if LIMIT is negative, sends packets forever. Will send packets only if ACTIVE is true. (ACTIVE is true by default.) Default DATA is at least 64 bytes long. Default LIMIT is -1 (send packets forever). Default BURST is 1. Keyword arguments are:
InfiniteSource(\<0800>) -> Queue -> ...
Useful for profiling and experiments. Packets' timestamp annotations are set to the current time. InfiniteSource listens for downstream full notification.
Generated by 'click-elem2man' from '../elements/standard/infinitesource.hh' on 18/Sep/2007.