Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: media/cast/net/cast_transport_sender_impl.cc

Issue 1837993002: Add log to detect the out of order RTCP packets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert: Cancel resending the acked packets. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_sender_impl.cc
diff --git a/media/cast/net/cast_transport_sender_impl.cc b/media/cast/net/cast_transport_sender_impl.cc
index 5f46089bd0a4c1c8132b4e50c021007aedb9d60b..414ff3e9bd171e8d332da2cf075425745399f259 100644
--- a/media/cast/net/cast_transport_sender_impl.cc
+++ b/media/cast/net/cast_transport_sender_impl.cc
@@ -374,6 +374,7 @@ void CastTransportSenderImpl::OnReceivedCastMessage(
}
if (!cast_message.missing_frames_and_packets.empty()) {
+ VLOG(2) << "feedback_count: " << cast_message.feedback_count;
// This call does two things.
// 1. Specifies that retransmissions for packets not listed in the set are
// cancelled.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698