aws / s2n-quic

An implementation of the IETF QUIC protocol
https://crates.io/crates/s2n-quic
Apache License 2.0
1.13k stars 120 forks source link

Implement other Congestion Control Algorithms #1478

Open zz85 opened 2 years ago

zz85 commented 2 years ago

Problem:

After BBRv2, it'd be nice to have a selection of pluggable congestion control algorithms eg.

LEDBAT - https://datatracker.ietf.org/doc/html/rfc6817 for background applications COPA - https://web.mit.edu/copa/ for latency sensitive applications

Solution:

Requirements / Acceptance Criteria:

Out of scope:

alexj0l commented 1 year ago

Hello, does s2n-quic actually already implement BBRv1?