Uniform Loss
Simulate packet loss using a uniform random distribution model. Provides consistent packet drop probability across all traffic, making it ideal for testing application behavior under steady-state loss conditions. Essential for validating error recovery mechanisms, congestion control, and application resilience patterns.
Tags: IMPAIRMENT
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | |||
| Output | String | |||
| Loss Prob | Double | Probability of packet loss, ranging from 0.0 to 100. | 1 | |
| Seed | Int32 | Optional | Seed for generating random values. |