Created
December 29, 2022 02:30
-
-
Save mxyq/3633b6d60dee4458b1dca2dd41508b3d to your computer and use it in GitHub Desktop.
[tc 命令]
This file contains hidden or 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 -s qdisc show dev eth0 | |
tc qdisc replace dev eth0 root rtt 220ms cake ethernet besteffort | |
tc qdisc replace dev eth0 root cake rtt 150ms ethernet diffserv4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment