Tc (Linux)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
tc relates to the Linux kernel packet scheduler 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 utility program used to configure the Linux kernel packet scheduler.[1] Tc is usually packaged as part of the iproute2 package[2])


Syntax

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


References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />

External links


<templatestyles src="Asbox/styles.css"></templatestyles>

  1. tc(8) – Linux Administration and Privileged Commands Manual
  2. Lua error in package.lua at line 80: module 'strict' not found.