sqm-scripts icon indicating copy to clipboard operation
sqm-scripts copied to clipboard

SQM scripts traffic shaper

Results 23 sqm-scripts issues
Sort by recently updated
recently updated
newest added

Hi. There's a [ticket open in OpenWRT](openwrt/packages#22996) about an observation that _sqm-scripts_ reloads frequently and when it's unnecessary. I think I've debugged this issue here to the point of understanding...

https://github.com/tohojo/sqm-scripts/blob/405aeffa48e6385df4bb267e2a2fac6e254f96f8/src/simple.qos#L94 Currently, if qdisc is set to cake, simple.qos will set up something close to layer_cake.qos. The intent was at the time to be able to allow simple A/B tests...

The log suggested that I send a dump here. I believe ip4 is ok but have not tested it yet. I have a axt1800 . SQM: ERROR: #---- CUT HERE...

Clarify that fq_codel is mandatory when using this script.

[ 40.016392] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 40.020674] bcmgenet fd580000.ethernet eth0: Link is Down [ 43.076921] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 43.077352] bcmgenet...

In the OpenWRT project, I saw some changes in firewall components [Certain upstream switch to firewall4 aka nftables instead of iptables ](https://github.com/openwrt/packages/issues/16818) ![image](https://github.com/tohojo/sqm-scripts/assets/11908641/3ced3388-a17d-4fd5-9ddf-83394e4dff75) I saw the update information of sqm-scripts...

Using **diffserv8** and i found out that the Tin's are the worng way around or the classify is worng, For example LE/CS1 will go into Best Effort CS7 will go...

Hi, thanks for the awesome work - traffic shaping is working nicely on my pi4! I’m using either the piece_of_cake.qos or the layer_cake.qos scripts. Bufferbloat is negligible :) However, I...

I do not know how long this facility has existed, but man tc-matchall showed EXAMPLES To create ingress mirroring from port eth1 to port eth2: tc qdisc add dev eth1...

Is it possible that sqm could be set up to to time based traffic shaping? A usage case is that I could restrict an interface when a backup is being...