1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-09 10:00:57 +03:00

Experiment with a lower max num PTOs.

Summary: The default we are using, 11, is probably excessive.

Reviewed By: yangchi

Differential Revision: D29273970

fbshipit-source-id: 24605e7d8feec43ee9b53880e8c510d1ca376d75
This commit is contained in:
Matt Joras
2021-06-21 16:07:41 -07:00
committed by Facebook GitHub Bot
parent 3890e656f5
commit 1d85d30b39

View File

@@ -91,8 +91,7 @@ void recoverOrResetCongestionAndRttState(
} }
void setExperimentalSettings(QuicServerConnectionState& conn) { void setExperimentalSettings(QuicServerConnectionState& conn) {
conn.lossState.reorderingThreshold = conn.transportSettings.maxNumPTOs = 5;
std::numeric_limits<decltype(conn.lossState.reorderingThreshold)>::max();
} }
} // namespace } // namespace