Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / media / cast / cast_defines.h
index 64b20c9..6e587ae 100644 (file)
@@ -27,7 +27,7 @@ const uint32 kStartFrameId = UINT32_C(0xffffffff);
 // This is an important system-wide constant.  This limits how much history the
 // implementation must retain in order to process the acknowledgements of past
 // frames.
-const int kMaxUnackedFrames = 255;
+const int kMaxUnackedFrames = 60;
 
 const size_t kMaxIpPacketSize = 1500;
 const int kStartRttMs = 20;