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

linux tc usage #9

Open
liuhangbin opened this issue Oct 18, 2019 · 0 comments
Open

linux tc usage #9

liuhangbin opened this issue Oct 18, 2019 · 0 comments

Comments

@liuhangbin
Copy link
Owner

https://liuhangbin.netlify.com/post/linux-tc-usage/

TC, means traffic control, can be achieved by using queuing disciplines(qdisc). Here is an example picture Classes There are two kinds of qdiscs, classless and classfull. Classless qciscs can only have a single scheduler assigned, can’t contain more classes Pfifo: limits the size of a queue by packtets Bfifo: limits the size of a queue by bytes Pfifo_fast: contains 3 fifo queues, from 0 to 2. 0 get the packets

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

No branches or pull requests

1 participant