Loss Constant
Component to simulate packet loss in data transmission.
Tags: IMPAIRMENT
| Field | Type | Optional | Description | Default Value |
|---|---|---|---|---|
| Flows | Flows | No | The set of flows. Each flow is a pair of input and outputs. | |
| Loss Probability | Double | No | Probability of packet loss in percent. | 1 |
| Seed | Int32 | Yes | Seed for random number generation. |
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. |