Ben Greear wrote: > I suspect we need to set up rules with 'tc' and maybe iptables. > > I'm not having any luck finding any examples out on the web, but > surely the info is somewhere w/out having to fully understand 'tc'. DSCP can be used... Something like "iptables -t mangle -A OUTPUT -p tcp --dport 5005 -j DSCP --set-dscp-class "CS6"" (Change the class for other priorities). Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html