2a977cf466369a01f2fdc076326886b4c67ba39e

setting max reordering recently has been fix to actually set it. (https://webrtc-review.googlesource.com/c/src/+/111752) Another recent change fix stats to skip counting large sequence number jumps as packet loss (https://webrtc-review.googlesource.com/c/src/+/111962) max reordering thresholds affects how packet loss is calculated. Packet loss is then reported to remote sending participant in rtcp receiver reports. Sender uses packet loss mostly for stats, but also e.g. for opus fec adjustment. Setting threshold to zero de-facto imply all packets should be considered in order. That bug was mitigated by two other bugs mentioned above This change increase threshold to default 50 packets aligning it with Video receiver and unblocks (re)landing 2nd fix Bug: b/120482366 Change-Id: Iadda0c2148ed84dd83c01183cfe9285568db4e29 Reviewed-on: https://webrtc-review.googlesource.com/c/113064 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25905}
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%