Delay Constant
Component to introduce a fixed delay in transmission.
Tags: IMPAIRMENT
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Flows | Flows | Repeated | The set of flows. Each flow is a pair of input and outputs. | |
| Delay | Uint32 | Base delay in milliseconds applied to all packets. | 100 | |
| Jitter | Uint32 | Optional | Maximum jitter in milliseconds added to the base delay. Introduces random variation. | 0 |
| Allow Reordering | Bool | Optional | 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 | Optional | Seed for random jitter generation. |
Flows
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | The input will forward packets to the output. | ||
| Output | String | The output will receive packets from the input. |