mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
tc: fix typo (#10333)
This commit is contained in:
parent
d3cbbf6077
commit
b8a17d0aab
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Limit bandwidth, burst rate and max latency:
|
- Limit bandwidth, burst rate and max latency:
|
||||||
|
|
||||||
`tc qdisc add dev eth0 root tbf rate {{max_bandwith_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms`
|
`tc qdisc add dev eth0 root tbf rate {{max_bandwidth_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms`
|
||||||
|
|
||||||
- Show active traffic control policies:
|
- Show active traffic control policies:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue