commit | d28796209b75a2c28a1afcf4475340cdd4a6baf6 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Fri May 10 15:29:01 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 13 10:24:09 2019 |
tree | 015c7ab1123dba36513ecd18eeeab7e2676402d7 | |
parent | d7c7d0ed883c286f648cbbb22b46cf4e84be9c95 [diff] |
Distinguish between missing packet and send failure. This CL introduces three-value enum, in order to be able to distinguish between send success, send failure, and invalid states such as missing packet or invalid ssrc. The behavior is unchanged in this CL, a follow-up will change the pacer to not consume media budget on invalid states. Bug: webrtc:8052,webrtc:8975 Change-Id: I1c9e2226f995356daa538d3d3cf44945f35e0133 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135165 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27923}
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.