Skip to main content

Bandwidth Limit Constant

Component to simulate bandwidth limit in data transmission.

Tags: IMPAIRMENT

FieldTypeLabelDescriptionDefault Value
FlowsFlowsRepeatedThe set of flows. Each flow is a pair of input and outputs.
Bandwidth Limit MbitDoubleThe bandwidth limit in Megabit per second.1
Max Queue SizeUint32OptionalThe maximum size of the packet queue in the limiter.If the queue is full, packets will be dropped.If the value is unset, the queue size is unlimited.If the value is zero, the queue is not used, i.e., packets are dropped when the limit is exceeded.1000

Flows

FieldTypeLabelDescriptionDefault Value
InputStringThe input will forward packets to the output.
OutputStringThe output will receive packets from the input.