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:
committed by
Facebook GitHub Bot
parent
a7776d9d9e
commit
a0d81894b5
@@ -90,9 +90,7 @@ void recoverOrResetCongestionAndRttState(
|
||||
}
|
||||
}
|
||||
|
||||
void setExperimentalSettings(QuicServerConnectionState& conn) {
|
||||
conn.transportSettings.experimentalPersistentCongestion = true;
|
||||
}
|
||||
void setExperimentalSettings(QuicServerConnectionState& /*conn*/) {}
|
||||
} // namespace
|
||||
|
||||
void processClientInitialParams(
|
||||
|
||||
Reference in New Issue
Block a user