Still rock stable with this change ( Uptime: 34 days, 0 hours, 28 minutes

), I've did a comparison with the file online and I've actually changed these lines:
tc qdisc add dev $qos_interface parent 1:$next_class_index handle $next_class_index:1 sfq headdrop limit $(($tbw/250)) $sfq_depth divisor
512
tc filter add dev $qos_interface parent $next_class_index: handle 1 flow divisor
512 map key nfct-src and 0xff
tc qdisc add dev imq0 parent 1:$next_class_index handle $next_class_index:1 sfq headdrop limit $(($tbw/250)) $sfq_depth divisor
512
tc filter add dev imq0 parent $next_class_index: handle 1 flow divisor
512 map key dst and 0xff
Basically everything from 256 to 512 and reboot.
I wanted to help with changing this for you but I don't understand how a "pull request" works. I downloaded the zip file and manually changed this file but how to submit that somewhere
