Closed morphyno closed 9 years ago
To be more specific, I'm looking to play burst profiles, which calls for a period of no activity between high network activity, right now I have a script that is running tcpreplay without the the "loop" option, but tcpreplay will re-initialize the the netmap interface everytime, adding too much delay. If it is possible, it will be ideal to add a "inter-loop" delay option for future tcpreplay releases
Added a --loopdelay-ms
option that will sleep in milliseconds between loops
I'm interested in playing a pcap in a burst mode, so I would like to have a way to configure a delay (us to ms). Is it possible to do this through tcpreplay? If not, can this be a feature request for future releases?