1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

tc: fix typo (#10333)

This commit is contained in:
Zhizhen He 2023-06-06 00:16:46 +08:00 committed by GitHub
parent d3cbbf6077
commit b8a17d0aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: