Hello,
I am trying to find information on how I can set a priority flag in the ToS field of an IP packet in Linux.
I was reading a DLink document, which mentioned that new NIC cards have this capability to enable QoS on networks.
However, I was unable to google any info on how to do this in Linux using ioctl / socket API calls (???) at the application level.
I am new to all this, so I am quite sure I am not looking in the right places :-(
Thanks for any pointer.
Regards Shahed.
Evening Moolji,
Shahed Moolji said:
I am new to all this, so I am quite sure I am not looking in the right places :-(
[snip]
You can have the same done using iptables/ipchains and set the TOS field on the packets. If using TC(htt://docum.org) you can perform Traffic shaping at indivizual gateways.
Trevor
Thanks for any pointer.
Regards Shahed.