1 unstable release
new 0.9.0 | Feb 26, 2025 |
---|
#10 in #queueing
Used in 6 crates
(via below-model)
23KB
420 lines
tc
tc
is a rust library that parses the queueing discipline (qdisc) component of the Traffic Control (tc
) Linux subsystem.
The library depends on another upstream library https://github.com/rust-netlink/netlink-packet-route for parsing the netlink response which is then converted into an intermediate representation to be consumed by the model
library.
Dependencies
~4MB
~92K SLoC