tc (Linux)

From Wikipedia, the free encyclopedia
(Redirected from Netem)
Jump to navigation Jump to 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 system administration utility program used to configure the Linux kernel packet scheduler.[1][2] tc is usually packaged as part of the iproute2 package.[3]

Syntax

[edit | edit source]
tc filter add dev pppoe-dsl parent 1: prio 1 protocol ip handle 202 fw flowid 1:202

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ tc(8) – Linux Administration and Privileged Commands Manual
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]