envoyproxy/envoy

quic: add a config knob for congestion control algorithm

Aberta

#20.109 aberto em 24 de fev. de 2022

 (3 comentários) (1 reação) (0 responsável)C++ (5.373 forks)batch import
area/quicenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador