13f9c62ec85cb8d9c1bbe6abee2e8678fb7c4e52

See a full explanation of the problem on this blog [1] post about changing std::sort in LLVM and relative issues uncovered. The CompareNetwork function was violating the 4th rule of "strict weak ordering" (Transitivity of incomparability: x == y and y == z imply x == z, where x == y means x < y and y < x are both false). [1] - https://danlark.org/2022/04/20/changing-stdsort-at-googles-scale-and-beyond/ Bug: None Change-Id: I7e893f0a30da31403766284823f75c45c4db91c3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251681 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36711}
…
…
…
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 here 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: https://ci.chromium.org/p/webrtc/g/ci/console
- Coding style guide
- Code of conduct
- Reporting bugs
- Documentation
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%