envoyproxy/envoy

quic: add a config knob for congestion control algorithm

Open

#20,109 opened on 2022年2月24日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)C++ (5,373 forks)batch import
area/quicenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド