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:
@@ -14,9 +14,9 @@
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "api/transport/ecn_marking.h"
|
||||
#include "api/units/timestamp.h"
|
||||
#include "congestion_control_feedback.h"
|
||||
#include "rtc_base/network/ecn_marking.h"
|
||||
#include "rtc_base/numerics/sequence_number_unwrapper.h"
|
||||
#include "rtp_packet_received.h"
|
||||
namespace webrtc {
|
||||
@@ -44,7 +44,7 @@ class CongestionControlFeedbackTracker {
|
||||
uint32_t ssrc;
|
||||
int64_t unwrapped_sequence_number = 0;
|
||||
Timestamp arrival_time;
|
||||
rtc::EcnMarking ecn = rtc::EcnMarking::kNotEct;
|
||||
EcnMarking ecn = EcnMarking::kNotEct;
|
||||
};
|
||||
|
||||
std::optional<int64_t> last_sequence_number_in_feedback_;
|
||||
|
||||
Reference in New Issue
Block a user