Table of Contents

This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.

RatedUnqueue Element Documentation

NAME

RatedUnqueue -- Click element; pull-to-push converter

SYNOPSIS

RatedUnqueue(RATE)

Ports: 1 input, 1 output
Processing: pull inputs, push outputs
Package: standard (core)

DESCRIPTION

Pulls packets at the given RATE in packets per second, and pushes them out its single output. RatedUnqueue will use a lot of CPU if given a low RATE. This is because it maintains the RATE by constantly rescheduling itself until it's time for a packet to be emitted. TimedUnqueue is often a better choice for low RATEs.

ELEMENT HANDLERS

rate (read/write)

SEE ALSO

BandwidthRatedUnqueue, Unqueue, TimedUnqueue, Shaper, RatedSplitter

Generated by 'click-elem2man' from '../elements/standard/ratedunqueue.hh' on 7/Mar/2009.

COMMENTS