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:
committed by
Facebook GitHub Bot
parent
3890e656f5
commit
1d85d30b39
@@ -91,8 +91,7 @@ void recoverOrResetCongestionAndRttState(
|
||||
}
|
||||
|
||||
void setExperimentalSettings(QuicServerConnectionState& conn) {
|
||||
conn.lossState.reorderingThreshold =
|
||||
std::numeric_limits<decltype(conn.lossState.reorderingThreshold)>::max();
|
||||
conn.transportSettings.maxNumPTOs = 5;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user