You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could be related: when running command as above, allowing error output (without 2> /dev/null), there is a warning for every packet in all loops after first:
Warning: Packet #1 has gone back in time!
Warning: Packet #2 has gone back in time!
Warning: Packet #3 has gone back in time!
tcpreplay -i eth6 --loop=3 bigFlows.pcap
Expected
this capture file has original rate ~10Mbps and duration ~300s. With 3 loops it should produce ~900s of replay at ~10Mbps
Actual
first loop is done at the file's original rate. All loops after that - at max rate
The text was updated successfully, but these errors were encountered: