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 | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Delay | Int32 | No | The fixed delay in milliseconds. | 50 |
Jitter | Int32 | No | The jitter in milliseconds. | 50 |
Seed | Int32 | Yes | The seed for generating random jitter. |