heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
185 stars 23 forks source link

Send all packets with the same DSCP field #21

Open remip2 opened 5 years ago

remip2 commented 5 years ago

irtt --dscp=N sends the first packet with DSCP 0 which can cause issues with stateful network devices on the path which register dscp=0 for the udp pseudo-connection. This fix sets the same DSCP field on the first and following packets.