Delay Constant
Component to introduce a fixed delay in 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. | |
| Delay | Uint32 | No | Base delay in milliseconds applied to all packets. | 100 |
| Jitter | Uint32 | Yes | Maximum jitter in milliseconds added to the base delay. Introduces random variation. | 0 |
| Allow Reordering | Bool | Yes | If true, allows packets to be reordered based on their delay. This is only relevant if jitter is set to a non-zero value. The default is false, meaning packets will be processed in the order they are received. | false |
| Seed | Int32 | Yes | Seed for random jitter generation. |
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. |