Skip to content

Latest commit

 

History

History
 
 

pktgen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
Sender:
    sudo ./pktgen -c ../../config.ini -f send -l 100 -r 10000

Receiver:
    sudo ./pktgen -c ../../config.ini -f recv


Note: '-l' is the UDP payload length, excluding the MAC, IPv4 and UDP headers
      If you want to include them in the stats, add the '-h' option.