cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.4k stars 709 forks source link

quiche congestion control based on ECN #616

Open Blandine11 opened 4 years ago

Blandine11 commented 4 years ago

Hello

I saw in quiche documentation that there are two congestion control algorithm based on Reno and Cubic used by quiche (QUIC implementation) to detect and control congestion. But I would like to know if there is an other congestion control algorithm that uses ECN marking to detect or control congestion or if the algorithms based on Reno and Cubic can used ECN marking to manage congestion?

Your help will be apprecieted

Regards

junhochoi commented 4 years ago

Currently we don't implement ECN bits.