1 unstable release

0.9.0 Feb 26, 2025

#10 in #queueing

Download history 228/week @ 2025-02-26

228 downloads per month
Used in 6 crates (via below-model)

Apache-2.0

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
~91K SLoC