Delay Jitter
Introduce variable network delay by combining a base delay with random jitter variation. Simulate real-world network conditions where packet transit times fluctuate due to routing changes, network congestion, and queuing variations. Essential for testing application resilience to timing variations and validating adaptive protocols.
Tags: IMPAIRMENT
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | |||
| Output | String | |||
| Delay | Int32 | The fixed delay in milliseconds. | 50 | |
| Jitter | Int32 | The jitter in milliseconds. | 50 | |
| Seed | Int32 | Optional | The seed for generating random jitter. |