commit | 89aad9e16814ac610a2b6409a803c584076c49b0 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Wed Apr 18 12:02:21 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 25 10:33:43 2018 |
tree | 190f9d5db69bbf3983bc0aa0af42b96d769ca9b0 | |
parent | 512bdce7141371a7db54b10d52f90505342efe1f [diff] |
Remove the limit on concurrent RtcEventLogImpl instances The limit was introduced to avoid spawning too many threads. It had the downside that the peer connections which have an associated RtcEventLogImpl instance, are not necessarily those which we wish to log. After this CL, it becomes the responsibility of the application hosting WebRTC to limit the number of peer connections to a number which it can support, including thread resources. Bug: webrtc:9046 Change-Id: I7444a6020dd51583c666285655af986def53faa4 Reviewed-on: https://webrtc-review.googlesource.com/70661 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Dino Radaković <dinor@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23019}
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.