mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix qos module
This commit is contained in:
@@ -267,6 +267,11 @@ void SendSideBandwidthEstimation::SetAcknowledgedRate(
|
||||
}
|
||||
}
|
||||
|
||||
void SendSideBandwidthEstimation::UpdateLossBasedEstimator(
|
||||
const TransportPacketsFeedback& report,
|
||||
BandwidthUsage /* delay_detector_state */,
|
||||
std::optional<DataRate> /* probe_bitrate */, bool in_alr) {}
|
||||
|
||||
void SendSideBandwidthEstimation::UpdatePacketsLost(int64_t packets_lost,
|
||||
int64_t number_of_packets,
|
||||
Timestamp at_time) {
|
||||
|
||||
Reference in New Issue
Block a user