commit | 27c3d5b65202255b3d9a253872917b504d1ed408 | [log] [tgz] |
---|---|---|
author | johan <johan@webrtc.org> | Mon Oct 17 07:54:57 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 17 07:55:03 2016 |
tree | b1b94c9c8a2eeb434b505794120f211bf3d530fb | |
parent | 883ad662f4138bc558b041716f2601f1a12f6caa [diff] |
Restore thread name consistency for webrtc/p2p/ . Thread variables were named worker_thread, while they actually reference the network_thread introduced with the CLs below. Original introduction of network_thread: https://codereview.webrtc.org/1895813003 https://codereview.webrtc.org/1903393004 Renming of woker_thread_ to network_thread_ in P2PTransportChannel: https://codereview.webrtc.org/2378573003 BUG=webrtc:6432 Review-Url: https://codereview.webrtc.org/2396513003 Cr-Commit-Position: refs/heads/master@{#14646}
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.