Component to simulate packet loss in data transmission. This component allows for a sequence of loss phases with specified durations and probabilities of packet loss.
Tags: IMPAIRMENT
| Field | Type | Optional | Description | Default Value |
|---|
| Flows | Flows | No | The set of flows. Each flow is a pair of input and outputs. | |
| Phases | Phases | No | A sequence of loss phases with durations. Repeats in a loop. | |
| Seed | Int32 | Yes | Seed for RNG (if applicable). | |
Flows
| Field | Type | Optional | Description | Default Value |
|---|
| Input | String | No | The input will forward packets to the output. | |
| Output | String | No | The output will receive packets from the input. | |
Phases
| Field | Type | Optional | Description | Default Value |
|---|
| Duration | Uint32 | No | Duration of this loss phase in milliseconds. | 1000 |
| Loss Probability | Double | No | Probability of packet loss in percent during this phase. | 1 |