Bandwidth Limit Constant
Component to simulate bandwidth limit in data transmission.
Tags: IMPAIRMENT
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Flows | Flows | No | The set of flows. Each flow is a pair of input and outputs. | |
Bandwidth Limit Mbit | Double | No | The bandwidth limit in Megabit per second. | 1 |
Max Queue Size | Uint32 | Yes | The maximum size of the packet queue in the limiter. If the queue is full, packets will be dropped. | 1000 |
Flows
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | The input will forward packets to the output. | |
Output | String | No | The output will receive packets from the input. |