commit | f53776849710d511a97ea39ee17e4437aaaef85d | [log] [tgz] |
---|---|---|
author | mikescarlett <mikescarlett@webrtc.org> | Tue Mar 29 12:14:55 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 29 19:15:03 2016 +0000 |
tree | a24772f9cba05c1b072414d2b362f09a3318e874 | |
parent | 9708e9c5993b82624fbce4ca66033d6b3d2a4e63 [diff] |
Update QuicTransportChannel to latest version of libquic This CL integrates recent Chromium changes that were merged into https://github.com/devsisters/libquic/tree/master. It also performs minor cleanup, such as removing accidental usage of Chromium logging symbols (e.g. LOG(INFO), LOG(ERROR) instead of LOG(LS_INFO), LOG(LS_ERROR)) and using Chromium's scoped_ptr instead of rtc::scoped_ptr. BUG= Review URL: https://codereview.webrtc.org/1834233002 Cr-Commit-Position: refs/heads/master@{#12146}
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.