Mercurial > hg > Blog
changeset 59:8f5f6c388664
add a comment about sysctl usage for codel default on all network interfaces
| author | Dirk Olmes <dirk@xanthippe.ping.de> | 
|---|---|
| date | Wed, 13 May 2015 03:34:45 +0200 | 
| parents | 0cd05745be92 | 
| children | 3fd13e528c93 ddd4e26ce4ad | 
| files | content/comments/fair-traffic-queueing-using-fq_codel/1 | 
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/comments/fair-traffic-queueing-using-fq_codel/1 Wed May 13 03:34:45 2015 +0200 @@ -0,0 +1,4 @@ +Author: Dirk Olmes +Date: 2015-05-12 15:21:18 + +You can go even one step further and make the codel packet scheduler the default one for all network connections. Just use sysctl -w net.core.default_qdisc=fq_codel \ No newline at end of file
