commit | f8e65779a7dc890d8d6f38eca50985a2f0407da1 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Tue Jun 28 00:20:15 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Tue Jun 28 00:20:25 2016 |
tree | 9a0fef146ec3b37d7122949fd666c365ee86efb9 | |
parent | ba29c6aac7fd351eb76db2444ccacfb5355ff037 [diff] |
Add virtual Initialize methods to PortAllocator and NetworkManager. This will allow PeerConnection to handle hopping to the right thread and doing thread-specific initialization for the PortAllocator. This eliminates a required thread-hop for whatever is passing the PortAllocator into CreatePeerConnection. BUG=617648 R=pthatcher@webrtc.org, skvlad@webrtc.org Review URL: https://codereview.webrtc.org/2097653002 . Committed: https://crrev.com/a6bdb0990a659ff9e7c4374f5033a6bcc4fbfb21 Cr-Original-Commit-Position: refs/heads/master@{#13283} Cr-Commit-Position: refs/heads/master@{#13306}
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.