search for: default_qdisc

Displaying 3 results from an estimated 3 matches for "default_qdisc".

2017 Dec 15
2
Traffic shaping on CentOS
I'm deploying a CentOS 7 box as a gateway and I'm trying to figure out how to set up traffic shaping. Historically I've used the Wondershaper script but apparently it's not deprecated in favor of superior queue management. I haven't yet found a packaged solution and I'm wondering what others do to configure this kind of thing. Apparently the new modules are available
2017 Dec 15
0
Traffic shaping on CentOS
...ading on the bufferbloat site suggests that the later "cake" module will be even better, but it requires a newer kernel than CentOS currently ships with. <https://lists.fedoraproject.org/pipermail/devel/2015-March/209508.html> # 51-bufferbloat.conf # Address bufferbloat net.core.default_qdisc = fq_codel
2017 Dec 15
2
Traffic shaping on CentOS
...that the later "cake" module will be > even better, but it requires a newer kernel than CentOS currently ships > with. > > <https://lists.fedoraproject.org/pipermail/devel/2015-March/209508.html> > > # 51-bufferbloat.conf > # Address bufferbloat > net.core.default_qdisc = fq_codel > I don't know your full requirements, but in the past for simple QoS gw I used FireQOS It's part of https://firehol.org/ , but can be used without firehol so in parallel of your own iptables rules Here is the doc : https://firehol.org/tutorial/fireqos-new-user/ -- Fabian...