Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send DSCP-marked packets using iperf?

How to send DSCP-marked packets using iperf?

I did not find the option in 1.7.0 version on Windows. Are there any newer versions of iperf for Windows?

like image 352
Vidya Avatar asked Feb 03 '10 05:02

Vidya


1 Answers

You have to run iperf with '-S' option:

iperf -c 10.19.4.10 -i 1 -u -b 5000K -r -S 0xB8

You can get your tos value here:

http://www.tucny.com/Home/dscp-tos

like image 194
José Ibañez Avatar answered Sep 30 '22 22:09

José Ibañez