Mercurial > hg > Blog
diff content/Linux/fq_codel.md @ 98:1d9382b0329b
Specify the syntax on markdown blocks to avoid broken output that has class=err
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Dec 2019 10:04:33 +0100 |
parents | ef688010ddb5 |
children |
line wrap: on
line diff
--- a/content/Linux/fq_codel.md Thu Dec 19 09:31:57 2019 +0100 +++ b/content/Linux/fq_codel.md Thu Dec 19 10:04:33 2019 +0100 @@ -2,8 +2,6 @@ Date: 2013-08-08 Lang: en -![Down with latency!](http://www.imagetxt.com/userpics/funnyimage-72529829.png) - I've been planning on playing around with Linux' traffic shaping for quite some time now. My linux router machine is directly connected to the DSL modem - no consumer grade router box in the mix (and hence none of the vulnerabilities and security nightmares that have been discovered in those kind of boxen in the recent past). My requirements for traffic shaping are quite simple: I share some open source downloads via bittorrent but I don't want the torrent traffic to block regular surfing, Skype voice calls etc. @@ -12,6 +10,7 @@ Since Codel is "no knobs", "just works" all you have to do is to enable CONFIG_NET_SCH_FQ_CODEL in the kernel config and enable codel using + :::shell tc qdisc add dev ppp0 root fq_codel What can I say? I just works. I have turned off throttling on the torrent uploads and did not notice any lag in daily surfing. Skype calls sound like they did before with torrents turned off.