commit | aee3e0eb321c57b6fdbe5d763670a33a58acda2e | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Tue Nov 01 11:45:34 2016 +0100 |
committer | philipel <philipel@webrtc.org> | Tue Nov 01 10:45:43 2016 +0000 |
tree | e6ed63a21d6a847501bc02fc1d3e2601c41694ee | |
parent | b521aa704f75888a68edb6b5b046a0dce7d56f51 [diff] |
Only advance |first_seq_num_| if packets are explicitly cleared from the PacketBuffer. In this CL: - Don't insert a packet if we have explicitly cleared past it. - Added some logging to ExpandBufferSize. - Renamed IsContinuous to PotentialNewFrame. - Unittests updated/added for this new behavior. - Refactored TestPacketBuffer unittests. BUG=webrtc:5514 R=danilchap@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/2399373002 . Cr-Commit-Position: refs/heads/master@{#14871}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.