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 | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Loss Prob | Double | No | Probability of packet loss, ranging from 0.0 to 100. | 1 |
Seed | Int32 | Yes | Seed for generating random values. |