Giter VIP home page Giter VIP logo

rust-tc's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

rust-tc's Issues

Reduce coupling with downstream dependencies

Use of netlink specific dependencies, such as netlink-packet-route or netlink-packet-utils should be limited to netlink.rs.

This would help upgrade or replace these dependencies without the need for changing too many things. Such changes should be limited to a single module.

Add documentations

Root

  • lib.rs
  • tc.rs
  • types.rs
  • netlink.rs
  • errors.rs

QDiscs

  • fq_codel.rs
  • clsact.rs

Enhance integration test

  • Create a virtual network namespace
  • Add dummy interfaces
  • Add qdiscs and classes to the namespace
  • Validate the qdiscs and classes in the namespace

Add more inversion of control

As suggested by @danobi:

Right now rust-tc owns the entire collection process. It creates a netlink socket, loads bits into TcMsgs, parses the messages, and returns Vec. Is it feasible to reduce to: Vec<NetlinkMessage> as input and Vec as output?

Fix release workflow

The release workflow requires minor fixes.

  • #48
  • Tag push and release creation should be dependent on the cargo release command.
    If publish to crates.io is not required, the boolean should add --no-publish argument but this should almost never be required except during initial stages of testing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.