Public Types | |
| enum | Enum |
| enum Enum |
| Enumerator | ||
|---|---|---|
| ConstantPacketReplayDelay | 1 | The packets are replayed with constant delay, defined by ReplayOptions::packetReplayDelay Timestamps from the replayed file are ignored ReplayOptions::playSpeedMultiplier is ignored |
| NaturalPacketReplayDelay | 2 | The packets are replayed with delays as it come from the replayed file. FinalDelay = LogFileDelay * ReplayOptions::playSpeedMultiplier + ReplayOptions::packetReplayDelay |