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

Set ExperimentalCongestion As Default

Summary: - Set the experimental persistent congestion logic (D30117835 (2caf2ff49d)) as the default implementation.

Reviewed By: mjoras, lnicco

Differential Revision: D31347778

fbshipit-source-id: ab74359896f8f57cf4d8c3065de4c658f65b9769
This commit is contained in:
Hani Damlaj
2021-10-06 11:32:31 -07:00
committed by Facebook GitHub Bot
parent a7776d9d9e
commit a0d81894b5
6 changed files with 26 additions and 85 deletions

View File

@@ -90,9 +90,7 @@ void recoverOrResetCongestionAndRttState(
}
}
void setExperimentalSettings(QuicServerConnectionState& conn) {
conn.transportSettings.experimentalPersistentCongestion = true;
}
void setExperimentalSettings(QuicServerConnectionState& /*conn*/) {}
} // namespace
void processClientInitialParams(