Announcement

Collapse
No announcement yet.

Networking CAKE Is Ready For Tasting With Linux 4.19

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by linuxgeex View Post

    iptables can do that by tagging UDP packets and TCP packets for different queues and then prioritizing the UDP queue, but I'm not an iptables guru. Maybe try StackExchange.

    hmm... here's an example that prioritizes different TCP packet types over ICMP and UDP, so you should be able to just swap the queues around and that should give you the result you want:

    http://www.fyzix.net/index.php?title...c_and_iptables
    Looking at the man page for tc, it seems the PRIO qdisc class looks more suitable for me than the HTB class which was used in that script you linked.

    This is a good starting pointing, thanks.

    Comment

    Working...
    X