#17807: qos codel patch noecn to eth1 (wan) and qos-scripts question
------------------------+------------------------
 Reporter:  robnitro@…  |      Owner:  developers
     Type:  defect      |     Status:  new
 Priority:  normal      |  Milestone:
Component:  packages    |    Version:  Trunk
 Keywords:              |
------------------------+------------------------
 In CeroWRT and it's scripts, they make it clear to run noecn on outbound,
 because some internet routers have issues with it.

 So, a simple patch to /usr/lib/tcrules.awk to fix this

 {{{
  # leaf qdisc
         avpkt = 1200
         for (i = 1; i <= n; i++) {
 +                if (device == "eth1") {
 +                        print "tc qdisc add dev "device" parent
 1:"class[i]"0 handle "class[i]"00: fq_codel limit 800 quantum 300 noecn"
 +                } else {
                         print "tc qdisc add dev "device" parent
 1:"class[i]"0 handle "class[i]"00: fq_codel limit 800 quantum 300"
 +                }
         }
 }}}

 Another question, what does pktsize and pktdelay actually do in qos-
 scripts?
 Also, why are some classes missing _down by default?  (example why no
 bulk_down or priority_down?)
 Forgive me, I'm new to openwrt, been using gargoyle and they have a more
 clear explanation of their qos system.

--
Ticket URL: <https://dev.openwrt.org/ticket/17807>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to