1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-24 04:01:07 +03:00

Add ccaConfig param for startup pace gain

Summary: As title.

Reviewed By: mjoras

Differential Revision: D56425968

fbshipit-source-id: 79d6566ae66aa1c63d44d33e83565d9b11e8d329
This commit is contained in:
Joseph Beshay
2024-04-22 18:46:43 -07:00
committed by Facebook GitHub Bot
parent c5478153a9
commit 6e1db76335
7 changed files with 27 additions and 5 deletions

View File

@@ -97,6 +97,8 @@ void maybeSetExperimentalSettings(QuicServerConnectionState& conn) {
// QuicServerWorker.cpp before CC is initialized.
} else if (conn.version == QuicVersion::MVFST_EXPERIMENTAL2) {
} else if (conn.version == QuicVersion::MVFST_EXPERIMENTAL3) {
// MVFST_EXPERIMENTAL3 is used to apply a 2x pace scaling for BBRv2
// QuicServerWorker.cpp before CC is initialized.
}
}