nemesis icon indicating copy to clipboard operation
nemesis copied to clipboard

Investigate using PACKET_QDISC_BYPASS when count > 1

Open troglobit opened this issue 2 years ago • 0 comments

On Linux, since 3.14, it is possible to bypass any qdisc set with tc to maximize throughput. So this, along with #8, should make it possible to create real nice packet loads, e.g. for arp.

Example:

https://stackoverflow.com/questions/27614657/example-code-on-using-packet-qdisc-bypass-option-on-ethernet-raw-socket-on-linux

troglobit avatar Jun 07 '22 11:06 troglobit