-
-
Save kanekv/3d834f62a08b3e33f80b to your computer and use it in GitHub Desktop.
tc qdisc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tc qdisc add dev eth0 root netem delay 1000ms | |
tc qdisc del dev eth0 root | |
tc qdisc add dev eth0 root netem loss 25% | |
tc qdisc add dev eth0 root netem duplicate 50% | |
tc qdisc show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment