[fix] Fix loop option of the packet file sender
All threads resolved!
All threads resolved!
Compare changes
- MelanieCarriere authored
The loop options of the PacketfileSender was broken. The pcap filename is open at the creation of the vvPacketSender and close when its delete. We now create a new vvPacketSender for each send.
@@ -91,13 +91,11 @@ int main(int argc, char* argv[])