Difference between revisions of "Tc (command)"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
  
 
  [[tc qdisc add dev]] eth0 root [[netem]] delay 200ms 20ms 25% loss 1% 25% duplicate 2% corrupt 0.1% reorder 5% 50%
 
  [[tc qdisc add dev]] eth0 root [[netem]] delay 200ms 20ms 25% loss 1% 25% duplicate 2% corrupt 0.1% reorder 5% 50%
 +
 +
 +
[[tc filter]] add dev pppoe-dsl parent 1: prio 1 protocol ip handle 202 fw flowid 1:202
  
 
== Related ==
 
== Related ==

Revision as of 15:36, 14 February 2023

wikipedia:Tc (Linux) show and manipulate traffic control settings


To increase round-trip[1]

tc qdisc add dev eth0 root netem delay 200ms 20ms 25% loss 1% 25% duplicate 2% corrupt 0.1% reorder 5% 50%


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

Related

See also

  • https://netbeez.net/blog/packet-loss-round-trip-time-tcp/
  • Advertising: