Crates.io | portus |
lib.rs | portus |
version | 0.8.0 |
source | src |
created_at | 2018-08-04 00:15:07.741232 |
updated_at | 2023-06-16 18:44:03.495195 |
description | A Congestion Control Plane |
homepage | https://ccp-project.github.io |
repository | https://github.com/ccp-project/portus |
max_upload_size | |
id | 77423 |
size | 389,554 |
Portus is an implementation of a congestion control plane (CCP). It is a library that can be used to write new congestion control algorithms in user-space.
Congestion control algorithm implementations live in independent crates which use this library for common functionality. Each algorithm crate provides a binary which runs a CCP with that algorithm activated.
Further documentation is available on docs.rs.
make
. This will build and lint the portus library and bundled algorithm libraries and binaries, and run unit tests.ipc::netlink
and ipc::kp
modules will only compile on Linux. If the CCP kernel module (github.mit.edu/nebula/ccp-kernel) is loaded, the test will refuse to run.There are no algorithm binaries in this repository: it is just a library and runtime for CCP algorithms. You may be interested in https://github.com/ccp-project/generic-cong-avoid, which provides implementations of Reno and Cubic, or https://github.com/ccp-project/bbr, a BBR implementation.