1230fb787f614198fb24f6c9b12db9a4dd1b23d3

The existing ICE stack will choose *the first* connection that becomes writable. It is possible that waiting a fixed time will choose a better connection, avoiding a switch, and making the experience better in total. This patch is add two field trials to *explore* that dimension. I.e the code will be rolled back once experiments has been performed. - initial_select_dampening, delays selection by X ms. - initial_select_dampening_ping_received, delays selection for candidate that has received ping by X ms. BUG=webrtc:11054 Change-Id: Ifcdde5183f318815e0f5db5802fbf6b542a95f5b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158410 Reviewed-by: Honghai Zhang <honghaiz@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29623}
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%