bd7046c5249f676f0bd5744cd135188922e712c8

The state this set tracks (whether this is new feedback for a packet belonging to a media ssrc) can already be inferred from data provided by the SendTimeHistory: if packet send time is not populated in the feedback it's either because: 1. The feedback has already been processed 2. The receiver is sending feedback for bogus non-existent packets If the first case, this maps to |feedback_packet_seq_num_set_| containing the packet, if the ssrc (present in the feedback) is part of the media ssrcs. In the second case, this data should be ignored anyway. Bug: webrtc:10604 Change-Id: If4828091142d68baa8dbb62be9d0b24ccaaa9546 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135163 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27882}
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%