We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"blade create network delay " should consider "limit" parameter of TC
we found when using "blade create network delay" at a higher busy net environment, packets are lost
please refer "limit" paramter of TC
I think it should adjust limit paramter:
for a 1 Gbps link, 1 Gbps / 1500 bytes MTU * 100 ms * 1.5 = 12500. Command: sudo tc qdisc add dev eth1 root netem limit 12500 delay 100ms loss 1%
for a 1 Gbps link, 1 Gbps / 1500 bytes MTU * 100 ms * 1.5 = 12500.
Command:
sudo tc qdisc add dev eth1 root netem limit 12500 delay 100ms loss 1%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
"blade create network delay " should consider "limit" parameter of TC
Describe what happened (or what feature you want)
we found when using "blade create network delay" at a higher busy net environment, packets are lost
Describe what you expected to happen
please refer "limit" paramter of TC
I think it should adjust limit paramter:
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: