envoyproxy/envoy

quic: add a config knob for congestion control algorithm

开放

#20,109 创建于 2022年2月24日

 (3 条评论) (1 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/quicenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (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.

贡献者指南