Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

BandwidthShaper Element Documentation

NAME

BandwidthShaper — Click element; shapes traffic to maximum rate (bytes/s)

SYNOPSIS

BandwidthShaper(RATE)

Ports: 1 input, 1-2 outputs
Processing: Pull

DESCRIPTION

BandwidthShaper is a pull element that allows a maximum bandwidth of RATE to pass through. That is, output traffic is shaped to RATE. If a BandwidthShaper receives a large number of evenly-spaced pull requests, then it will emit packets at the specified RATE with low burstiness.

ELEMENT HANDLERS

  • rate (read/write) — Returns or sets the RATE parameter.

SEE ALSO

Shaper, BandwidthRatedSplitter, BandwidthRatedUnqueue

Generated by click-elem2man from ../elements/standard/bandwidthshaper.hh:7 on 2018/10/03.

Clone this wiki locally