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

Unified Diff: chrome/common/cast_messages.h

Issue 343523005: Cast: Avoid retransmit if we sent the same packet recently (less than RTT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bugfix Created 6 years, 6 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
Index: chrome/common/cast_messages.h
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
index 6f917ce2de383eb51d15ce8c1c9b4b64ff9f9c58..f6efb3b85870d6b97cb490e63ca84f23385cbb04 100644
--- a/chrome/common/cast_messages.h
+++ b/chrome/common/cast_messages.h
@@ -133,12 +133,13 @@ IPC_MESSAGE_CONTROL3(
media::cast::transport::SendRtcpFromRtpSenderData /* data */,
media::cast::transport::RtcpDlrrReportBlock /* dlrr */)
-IPC_MESSAGE_CONTROL4(
+IPC_MESSAGE_CONTROL5(
CastHostMsg_ResendPackets,
int32 /* channel_id */,
bool /* is_audio */,
media::cast::MissingFramesAndPacketsMap /* missing_packets */,
- bool /* cancel_rtx_if_not_in_list */)
+ bool /* cancel_rtx_if_not_in_list */,
+ base::TimeDelta /* dedupe_window */)
IPC_MESSAGE_CONTROL2(
CastHostMsg_New,
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter_unittest.cc ('k') | chrome/renderer/media/cast_transport_sender_ipc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698