TCP Traffic

The commands to start P4FlowForge with TCP traffic are:

#First start the receiver
receiver.py --protocol tcp --port <port>

#Start the generator
generator.py --time --mean <messages_per_second> --interface <output_interface> --port <port> --protocol tcp --target <target_ip>

Last updated