alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.7k stars 327 forks source link

[Feature]: Whether COPA congestion control algorithm will be supported ? #130

Closed adcen0107 closed 1 year ago

adcen0107 commented 2 years ago

Before request a new feature

Describe the feature you'd like supported

COPA is a tunable delay-based congestion control algorithm designed at MIT. which is based on an objective function where the trade-off between throughput and delay can be configured via a user-specified parameter, delta. A higher value of delta makes COPA more sensitive to delays and provides lower throughput. A lower value of delta will provide more goodput at the cost of incurring more delays.

Describe alternatives you've considered

No response

Additional context

Copa: Practical Delay-Based Congestion Control for the Internet, Venkat Arun and Hari Balakrishnan M.I.T. Computer Science and Artificial Intelligence Laboratory