Loss Constant
Component to simulate packet loss in data transmission.
Tags: IMPAIRMENT
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Flows | Flows | Repeated | The set of flows. Each flow is a pair of input and outputs. | |
| Loss Probability | Double | Probability of packet loss in percent. | 1 | |
| Seed | Int32 | Optional | Seed for random number generation. |
Flows
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | The input will forward packets to the output. | ||
| Output | String | The output will receive packets from the input. |