envoyproxy/envoy

quic: add a config knob for congestion control algorithm

Open

#20,109 建立於 2022年2月24日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)C++ (5,373 fork)batch import
area/quicenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Right now the default is BBR and enabled by hard coding a QUICHE reloadable flag in #19349 quic: enable BBR congestion control. But we want it to be configurable, especially distinguishable between upstream and downstream. As discussed with @ggreenway, the preferred default value should be CUBIC, in consideration of https://en.m.wikipedia.org/wiki/TCP_congestion_control#TCP_BBR.

貢獻者指南