battlemesh / battlemesh-packages

A set of OpenWRT packages (feed) to be used in the WBM events
GNU General Public License v2.0
8 stars 4 forks source link

fq-codel bufferbloat on wifi #20

Open FreifunkUFO opened 11 years ago

FreifunkUFO commented 11 years ago

looks like fq-codel is only active at eth0, and not at wbm1, wbm2 and maybe also wbm3 (wifi-usb-stick)

FreifunkUFO commented 11 years ago

root@wbm-ebc5:~# tc -s qdisc show dev wbm1 qdisc mq 0: root Sent 3169914 bytes 19951 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0

root@wbm-ebc5:~# tc -s qdisc show dev wbm2 qdisc mq 0: root Sent 3534126 bytes 25323 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0

root@wbm-ebc5:~# tc -s qdisc show dev eth0 qdisc fq_codel 0: root refcnt 2 limit 1024p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn Sent 2723206 bytes 17148 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 256 drop_overlimit 0 new_flow_count 0 ecn_mark 0 new_flows_len 0 old_flows_len 0 root@wbm-ebc5:~#