tcpreplay
tcpreplay copied to clipboard
Simulate packet loss
Useful when testing debugging UDP-based software like realtime audio streaming, simulates non-ideal network conditions.
This is an option that should be in tcpreplay-edit
not tcpreplay
. There are other issues that this PR would introduce that would make me reluctant to accept this. This includes breaking dual-interface sends, tcpprep
etc. Also, there are no tests included.
I'll shelve this for now, but may reconsider if more work is done.
Yes, it would make more sense in tcpreplay-edit. Basically the work here was done for a simple test and then sent for upstreaming.
PR's are always welcome. I'll have a look at it when I work on an enhancement release (4.5).
Great, thank you for your effort!