This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
RandomBitErrors -- Click element; changes packet data with some probability
RandomBitErrors(P [, KIND, ACTIVE])
Ports: 1 input, 1 output
Processing: agnostic
Package: standard (core)
Change each bit in each packet with probability P. The KIND parameter determines the kind of change. `flip' (the default) flips bits, `set' sets bits to one, and `clear' sets bits to zero. RandomBitErrors can be active or inactive. It only changes bits when active. It starts out active by default, but if you pass `false' for the ACTIVE parameter, it will start out inactive.
Generated by 'click-elem2man' from '../elements/standard/randomerror.hh' on 24/May/2007.