16 releases (3 stable)
1.1.1 | Jul 20, 2021 |
---|---|
1.0.0 | May 20, 2021 |
0.0.13 | Aug 16, 2020 |
0.0.12 | Dec 12, 2019 |
0.0.7 | Feb 7, 2019 |
#4 in #wish
53 downloads per month
Used in portus
120KB
2.5K
SLoC
Libccp is an implementation of the core functionality necsesary for a datapath to communicate with a CCP process.
This crate implements Rust bindings for libccp. It is useful for datapaths implemented in Rust which wish to add CCP support.
If you do not need to create a new datapath and just want to get started using CCP, please see the guide.
lib.rs
:
Rust bindings for libccp. This crate is useful for writing CCP datapaths in Rust.
Users need to implement two traits: Datapath
and CongestionOps
.
Datapath
implements not specific to a single connection.
CongestionOps
implements connection-level events.
Dependencies
~0.6–2.8MB
~49K SLoC