On Tue, Mar 24, 2015 at 10:54:37AM -0700, Dave Taht wrote: > I must confess I had hoped ubuntu would adopt fq_codel as the default > qdisc in this go-around. It is still not quite part of fedora´s > default either, but is now in arch, (and nearly everyone else > downstream from systemd), and has long been the default in openwrt, > and at this point, just requires a single sysctl to enable. > > It certainly could use more widespread testing, perhaps in the next release? > > d@nuc-client:~$ cat /etc/sysctl.d/10-bufferbloat.conf > net.core.default_qdisc=fq_codel
Changing it with the sysctl is a flawed approach, though. If anything initializes the network interface early (case in point: dropbear decryption during initrd), then that interface will still adopt pfifo_fast as its qdisc. Maybe setting the kernel parameter would be the better option? ;-) Kind regards Philipp Kern
signature.asc
Description: Digital signature
-- ubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
