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:
committed by
Facebook GitHub Bot
parent
94c5d6a30e
commit
0aa19f6897
@@ -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_(
|
||||
|
||||
Reference in New Issue
Block a user