mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[fix] fix qos module
This commit is contained in:
@@ -43,7 +43,7 @@ class CongestionControlFeedbackGenerator
|
||||
: public RtpTransportFeedbackGenerator {
|
||||
public:
|
||||
CongestionControlFeedbackGenerator(
|
||||
std::shared_ptr<SimulatedClock> clock,
|
||||
std::shared_ptr<Clock> clock,
|
||||
RtpTransportFeedbackGenerator::RtcpSender feedback_sender);
|
||||
~CongestionControlFeedbackGenerator() = default;
|
||||
|
||||
@@ -62,7 +62,7 @@ class CongestionControlFeedbackGenerator
|
||||
|
||||
void CalculateNextPossibleSendTime(DataSize feedback_size, Timestamp now);
|
||||
|
||||
std::shared_ptr<SimulatedClock> clock_;
|
||||
std::shared_ptr<Clock> clock_;
|
||||
const RtcpSender rtcp_sender_;
|
||||
|
||||
TimeDelta min_time_between_feedback_;
|
||||
|
||||
Reference in New Issue
Block a user