Random Burst Loss
Simulate randomized burst packet loss patterns with configurable loss probability and burst characteristics for realistic network impairment modeling. Essential for evaluating application resilience against clustered packet loss, testing error recovery mechanisms, and simulating realistic network degradation conditions.
Tags: IMPAIRMENT
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Loss Prob | Double | No | Probability of packet loss during transmission. | 1.5 |
Burst | Int32 | No | Number of packets lost in each burst. | 4 |
Seed | Int32 | Yes | Seed for generating random burst loss. |