commit | 70768f4a8e106b5889c940a5ce4a024ba31360a1 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue Aug 27 18:16:26 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 27 16:48:33 2019 +0000 |
tree | 8ba4d624e3cba34788b61b60d9d602d29832f8f3 | |
parent | 44bd29a3b068363e013cd425c68fd00dba21d633 [diff] |
Remove usage of StorageType enum Previously the kDontRetransmit value was used to indicate packets that should not be retransmitted but were put in the RtpPacketHistory anyway as a temporary storage while waiting for a callback from PacedSender. Since PacedSender now always owns the delayed packets directly, we can remove all usage of StorageTye in RtpPacketHistory, and only put packets there after pacing if RtpPacketToSend::allow_retransmission() returns true. Bug: webrtc:10633 Change-Id: I003b76ba43bd87658cc2a39e908fd28ebcd403f7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150521 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28974}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.