summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_defines.h
diff options
context:
space:
mode:
authornoamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 21:23:24 +0000
committernoamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 21:23:24 +0000
commitd9d59d9f96995bab6a2fc212277511f7a0186a94 (patch)
treeab95dc9e7a17f97e2554fb3b144cc15aab186d35 /media/cast/cast_defines.h
parente1f0b85058b95912bf34064e7e9a0ae2cb12d254 (diff)
downloadchromium_src-d9d59d9f96995bab6a2fc212277511f7a0186a94.zip
chromium_src-d9d59d9f96995bab6a2fc212277511f7a0186a94.tar.gz
chromium_src-d9d59d9f96995bab6a2fc212277511f7a0186a94.tar.bz2
Revert 243647 "Cast:Adding cast_transport_config and cleaning up"
> Cast:Adding cast_transport_config and cleaning up > > BUG=327482 > > Review URL: https://codereview.chromium.org/109413004 TBR=mikhal@chromium.org Review URL: https://codereview.chromium.org/129113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/cast_defines.h')
-rw-r--r--media/cast/cast_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
index ec2651e..e74fccb 100644
--- a/media/cast/cast_defines.h
+++ b/media/cast/cast_defines.h
@@ -24,7 +24,7 @@ const uint32 kStartFrameId = GG_UINT32_C(0xffffffff);
// Number of skipped frames threshold in fps (as configured) per period above.
const int kSkippedFramesThreshold = 3;
-const size_t kMaxIpPacketSize = 1500;
+const size_t kIpPacketSize = 1500;
const int kStartRttMs = 20;
const int64 kCastMessageUpdateIntervalMs = 33;
const int64 kNackRepeatIntervalMs = 30;