envoyproxy/envoy

quic: add a config knob for congestion control algorithm

Open

#20.109 geöffnet am 24. Feb. 2022

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/quicenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide