This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
ThreadSafeQueue -- Click element; stores packets in a FIFO queue
ThreadSafeQueue
ThreadSafeQueue(CAPACITY)
Ports: 1 input, 1-2 outputs
Package: standard (core)
Stores incoming packets in a first-in-first-out queue. Drops incoming packets if the queue already holds CAPACITY packets. The default for CAPACITY is 1000. This variant of the default Queue is (should be) completely thread safe, in that it supports multiple concurrent pushers and pullers. In all respects other than thread safety it behaves just like Queue, and like Queue it has non-full and non-empty notifiers.
drops and highwater_length counters.Queue, SimpleQueue, NotifierQueue, MixedQueue, FrontDropQueue
Generated by 'click-elem2man' from '../elements/standard/threadsafequeue.hh' on 7/Mar/2009.