raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

Enhancement request: Treat a PCAP file as a single stream and configure other Ostinato native streams in parallel. #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the current implementation, when importing a pcap file (“Open Stream” 
feature) each packet is converted to a stream (thus making infeasible to have 
one thread per-stream).

In my opinion, that way you cannot manage a scenario in which you need to 
configure other traffic flows to be transmitted in conjunction with the pcap 
replay.

Wouldn’t it be better to transfer the pcap file to drone and let him convert 
it internally, thus treating the replay of a pcap file as a single stream?

Original issue reported on code.google.com by buffagio...@gmail.com on 16 Nov 2013 at 2:05

GoogleCodeExporter commented 9 years ago
So is your use case where you need to replay a PCAP file in parallel (and 
independent of) with Ostinato streams?

Original comment by pstav...@gmail.com on 25 Jan 2014 at 5:48