commit | c55fb30649db2656546739ed6c2d23497424e6fd | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Thu May 12 19:51:38 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 12 19:51:45 2016 |
tree | e59a94bab2cf8027a1b46064f242fbfc3e9f7f76 | |
parent | 48e9d05f510b1616c81303944008f75825971802 [diff] |
Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) Reason for revert: Breaks remoting_unittests. They defined their own operator== which conflicts with this one. I'll remove the operator== in a roll CL. But until it's approved, I'm reverting this so the FYI bots will pass. Original issue's description: > Implement RTCConfiguration.iceCandidatePoolSize. > > It works by creating pooled PortAllocatorSessions which can be picked up > by a P2PTransportChannel when needed (after a local description is set). > > This can optimize candidate gathering time when there is some time between > creating a PeerConnection and setting a local description. > > R=pthatcher@webrtc.org > > Committed: https://chromium.googlesource.com/external/webrtc/+/48e9d05f510b1616c81303944008f75825971802 TBR=pthatcher@webrtc.org,honghaiz@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.webrtc.org/1972043004 Cr-Commit-Position: refs/heads/master@{#12709}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.