I have created a UDP file using Scapy and I'm using tcpreplay to send the packet. I've faced two weird issues:
- The number of packets sent is not identical to the (--pps) parameter. Not sure if the answer is (http://tcpreplay.appneta.com/wiki/faq.html#why-doesnt-tcpreplay-send-traffic-as-fast-as-i-told-it-to)
- When I send less packets, i.e --pps=10, the CPU load is higher when I send more packets, i.e. --pps=200. I was expecting the other way around.
BTW, I'm using tcpreplay version 3.4.4