Mercurial > hg > Blog
changeset 17:cf946b015474
fix syntax errors
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 08 Aug 2013 20:36:03 +0200 |
parents | 61987f1d4bf6 |
children | ba3f2e5c6950 |
files | content/Linux/fq_codel.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/content/Linux/fq_codel.md Thu Aug 08 16:57:06 2013 +0200 +++ b/content/Linux/fq_codel.md Thu Aug 08 20:36:03 2013 +0200 @@ -6,11 +6,11 @@ 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 traffice shaping are quite simple: I share some open source downloads via bittorrent but don't want the torrent traffic to block regular surfing, Skype voice calls etc. +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. Yesterday, my friend [Holger](https://twitter.com/asynchronaut) brought the [Codel](http://www.bufferbloat.net/projects/codel/wiki) packet scheduler to my attention. [Wikipedia](http://en.wikipedia.org/wiki/CoDel) has a good explanation of the Codel algorithm. -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 +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 tc qdisc add dev ppp0 root fq_codel