envoyproxy/envoy

quic: add a config knob for congestion control algorithm

Open

#20 109 ouverte le 24 févr. 2022

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)C++ (5 373 forks)batch import
area/quicenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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.

Guide contributeur