Aah yeah I was thinking that but because I also saw the cs0 I was not sure.
For me the ping is good. So it does work in my case. Ok than I know how to look at it. I was not sure because I also saw the cs0 but again. I get it now. I also have low bufferbloat with 0 ms and jitter is 0.4 for upload and download.
So for my isp it does work I guess.
Hi, been using qosify this past week and all seems good. I just had a question about setting my bittorrent traffic to bulk. I use binhexqbittorrentvpn docker inside of unraid and this then connects to ProtonVPN with port forwarding. Do I need to set the port that is being forwarded as the one in qosify settings under bulk? or do i set a certain IP instead as bulk? or perhaps something else completely? thanks
These come from cake, the only way to change them is changing the source code, what thresh means depends on the tin:
Bulk: that is the minimum Bulk traffic is guaranteed (it will soak up any left over capacity)
Best Effort/Video/Voice: this is the maximum above which this tin will not be prioritised above BestEffort.
I have been using Qosify on my EdgeRouter X and would like to know if it is possible to apply the configuration and bandwidth limitation of Qosify only to a specific port or IP.
config class browsing
option ingress CS4 # Prioridade alta, mas um nível abaixo de CS5 para evitar saturação
option egress CS5 # Alta prioridade para saída, mas não extremo (CS7 é usado apenas para tráfego crítico)
option dscp_prio CS5 # Correspondência com a prioridade de egress para consistência
option prio_max_avg_pkt_len 1200 # Ajuste para pacotes de navegação, valores maiores suportam HTTPS
option qdisc fq_codel # fq_codel é eficiente para tráfego curto como HTTP(S)
option target 5ms # Manter latência baixa para tráfego web
option interval 50ms # Intervalo reduzido para maior responsividade em navegação
option nat yes # Ativar NAT awareness para navegação em rede local
option noack-filter yes # Filtros para reduzir pacotes ACK redundantes
option dns CS5 # DNS com prioridade alta para tempos de resolução rápidos
option ingress-qdisc fq_codel # Combinação consistente com o egress
option egress-qdisc fq_codel # fq_codel para garantir baixa latência de saída
option ack-filter moderate # Filtro de ACK moderado para navegação equilibrada
config class bulk
option ingress CS1
option egress CS1
config class besteffort
option ingress CS0
option egress CS0
config class network_services
option ingress CS2
option egress CS2
While reading through this thread, I found this old answer of yours.
Would option a) of using dnsmasq to populate the IP addresses behind a domain work with trying to target that set in a fw4 rule?
Tried settings this up in the LuCI interfaces but the nft list sets doesn't seem to contain any set matching the one I just created in dnsmasq. Maybe I missed something here?
Alot of people seem to be happy with qosmate. I'm using dscpclassify (layer_cake_ct.qos) but qosmate looks to be a bit more advanced, with a GUI and regular updates/improvements.
Cake-mq from kernel 7 just got backported to OpenWrt 25.12-r5.
Any chance we’ll be able to use multi-core CAKE with qosify, either now or later?
Also, big thanks - qosify has been working really well for me.
Hi, would it be possible to add ctinfo support to qosify, or is that not feasible? Thanks.
I created an interface because having to dig around in the router manually was getting old — thanks again @nbd for this amazing project, which is in my opinion the best in terms of performance combined with proper DSCP handling.