summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_defines.h
diff options
context:
space:
mode:
authormiu <miu@chromium.org>2014-09-09 00:34:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 07:37:49 +0000
commitd89ef69a19b9015bf503f5f5d68d163d2ecd05de (patch)
tree7f24f91c4feab2b91cdf7a9f95dd95e12c2f0e6e /media/cast/cast_defines.h
parenta92250eb824c4f23ca2dab70d3029a52650591c1 (diff)
downloadchromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.zip
chromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.tar.gz
chromium_src-d89ef69a19b9015bf503f5f5d68d163d2ecd05de.tar.bz2
[Cast] RTT clean-up to the max!
Executing some very badly needed clean-up of code that handles passing around round trip time measurements and managing stats. This change removes a lot of dead code, addresses TODOs for minor things that were dependent on this clean-up, and enhances RTCP unit testing. BUG=404813 Review URL: https://codereview.chromium.org/532373003 Cr-Commit-Position: refs/heads/master@{#293887}
Diffstat (limited to 'media/cast/cast_defines.h')
-rw-r--r--media/cast/cast_defines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
index c1fcea1..c2016f7 100644
--- a/media/cast/cast_defines.h
+++ b/media/cast/cast_defines.h
@@ -32,7 +32,6 @@ const uint32 kStartFrameId = UINT32_C(0xffffffff);
// can handle wrap around and compare two frame IDs.
const int kMaxUnackedFrames = 120;
-const int kStartRttMs = 20;
const int64 kCastMessageUpdateIntervalMs = 33;
const int64 kNackRepeatIntervalMs = 30;