Skip to main content

Bandwidth Limit Constant

Component to simulate bandwidth limit in data transmission.

Tags: IMPAIRMENT

FieldTypeOptionalDescriptionDefault Value
FlowsFlowsNoThe set of flows. Each flow is a pair of input and outputs.
Bandwidth Limit MbitDoubleNoThe bandwidth limit in Megabit per second.1
Max Queue SizeUint32YesThe maximum size of the packet queue in the limiter. If the queue is full, packets will be dropped.1000

Flows

FieldTypeOptionalDescriptionDefault Value
InputStringNoThe input will forward packets to the output.
OutputStringNoThe output will receive packets from the input.