-
Notifications
You must be signed in to change notification settings - Fork 267
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
Wondershaper interferes with tc qdisc rules #56
Comments
I am not surprised, as wondershaper uses tc behind the scenes. It also quite indiscriminately clears current rules. So it definitely does not play nice with other setups that use tc. This is a bug and should be fixed. However, not many people use custom rules and/or want delays, so my advice would be to make it work for yourself. See where in the script you might combine your delay rule with the rule from wondershaper. For instance https://github.com/magnific0/wondershaper/blob/master/wondershaper#L249 Let us know your results! |
Oh I forgot there's a related issue #29, you should chime in if you have any results! |
I ended up using plane netem |
@Raycoms , thanks for sharing. This combined latency and rate rule shoud be straight-forward to add to wondershaper. Still need some time for testing. Glad to hear the plane approach is working for your! |
I was attemtping to use wondershaper to reduce the bandwidth to 100mb/s and tc qdisc rules to add 20/100ms of latency.
However, it appears the two things are incompatible.
The set rule:
Disappears after starting wondershaper with?
And after starting wondershaper, attempting to add the rule will trigger:
The text was updated successfully, but these errors were encountered: