Closed GoogleCodeExporter closed 9 years ago
This feature has been added to Iperf3. There isn't a way to implement #2 with
the sockets API as one cannot read the IP header on a per packet basis to get
the DSCP bit vector.
You can now set the DSCP/TOS bit vector using the -S <hexadecimal/decimal/octal
number> client option. The option is exchanged with the server, so there is no
need to set -S for the server.
Examples:
iperf3 -c <host> -S 0x10 #IPTOS_LOWDELAY
iperf3 -c <host> -S 0x08 #IPTOS_THROUGHPUT
Original comment by sethdell...@gmail.com
on 3 Aug 2010 at 10:12
Can you make the server print the TOS/DSCP bit vector if any? That way, you can
always see what's happening.
Thanks for the work you did already!
Richard
Original comment by ric...@richih.org
on 6 Aug 2010 at 8:38
Original issue reported on code.google.com by
jdugan.e...@gmail.com
on 20 Jul 2010 at 5:03