Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandwidth Control on Microsoft Edge for Youtube #66

Open
faizatahir94 opened this issue Feb 22, 2018 · 0 comments
Open

Bandwidth Control on Microsoft Edge for Youtube #66

faizatahir94 opened this issue Feb 22, 2018 · 0 comments

Comments

@faizatahir94
Copy link

Hi @betolj , @kong156
I am not able to control bandwidth of YouTube on Microsoft Edge.
After adding drop rules for QUIC protocol, I was able to achieve specified YouTube's bandwidth on chrome successfully. But this does not work for Microsoft Edge browser. Can you please suggest me any possible solution? Below are the rules for shaping the YouTube traffic.

sudo iptables -I FORWARD -m ndpi --quic -j DROP
tc qdisc del dev $PPP_IFACE root
tc qdisc add dev $PPP_IFACE root handle 1: htb default 30
tc class add dev $PPP_IFACE parent 1: classid 1:1 htb rate 8mbit burst 15k
tc class add dev $PPP_IFACE parent 1:1 classid 1:10 htb rate 1mbit burst 15k
tc qdisc add dev $PPP_IFACE parent 1:10 handle 10: sfq perturb 10
tc filter add dev $PPP_IFACE parent 1:0 protocol ip prio 1 handle 1 fw classid 1:10
iptables -t mangle -A POSTROUTING -m ndpi --youtube -j MARK --set-mark 0x1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant