Type signature: (*->*)
Usage:
fake-packet-loss [OPTION]...
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --after arg | only drop packets after this stream time |
| --before arg | only drop packets before this stream time (note: a burst started before --before can continue after it) |
| --burst-length arg | after dropping a packet, drop all subsequent ones in the same stream for this many seconds |
| --check | at stream end, error out if no packets were dropped |
| --drop-probability arg (=0.01) | probability any given packet is dropped |
| --select arg | only drop packets that contain this stream_name value (can be used multiple times) |
| --verbose | print console message for every dropped packet |