1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-12-03 03:40:56 +03:00

Use MVFST_EXPERIMENTAL for cwnd tuning

Reviewed By: mjoras

Differential Revision: D55938590

fbshipit-source-id: d8dd289aa18796343580db074b17c6d9d5ef8b68
This commit is contained in:
Luca Niccolini
2024-04-10 15:29:35 -07:00
committed by Facebook GitHub Bot
parent 94c5d6a30e
commit 0aa19f6897
3 changed files with 6 additions and 0 deletions

View File

@@ -650,6 +650,9 @@ QuicServerTransport::Ptr QuicServerWorker::makeTransport(
}
trans->setCongestionControllerFactory(ccFactory_);
trans->setTransportStatsCallback(statsCallback_.get()); // ok if nullptr
if (quicVersion == QuicVersion::MVFST_EXPERIMENTAL) {
transportSettings_.initCwndInMss = 35;
}
auto transportSettings = transportSettingsOverrideFn_
? transportSettingsOverrideFn_(