tc (Linux)#Queuing Discipline

{{short description|Linux user-space utility program}}

{{DISPLAYTITLE:tc (Linux)}}

File:Simplified_Structure_of_the_Linux_Kernel.svg as iptables to netfilter. Both are user-space CLI programs that are used to configure their respective Linux kernel subsystem.]]

tc (traffic control) is the user-space system administration utility program used to configure the Linux kernel packet scheduler.{{man|8|tc|die.net}}{{Cite book|last=Jha|first=Sanjay|url=https://www.worldcat.org/oclc/52751809|title=Engineering Internet QoS|date=2002|publisher=Artech House|others=Mahbub Hassan|isbn=1-58053-566-6|location=Boston|pages=69–71|oclc=52751809}} Tc is usually packaged as part of the iproute2 package.{{cite web |url=https://packages.debian.org/sid/amd64/iproute2/filelist |title=list of the Debian package iproute2 |work=Debian}}

Syntax

{{Expand section|date=May 2020|section=1}}

tc filter add dev pppoe-dsl parent 1: prio 1 protocol ip handle 202 fw flowid 1:202

See also

References

{{Reflist}}