commit | 70035cae4d4cd2906a244e420830bb9f7b6e3391 | [log] [tgz] |
---|---|---|
author | mikescarlett <mikescarlett@webrtc.org> | Sat Apr 30 01:14:37 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sat Apr 30 01:14:47 2016 |
tree | fc656bb9c921a51484ae4a356026a61fae9923df | |
parent | 602316c3cd8556cc78d44f3ea4cd5fc8e70d9417 [diff] |
Fix QuicSession to unbuffer data when the QuicTransportChannel reconnects The QuicWriteBlockedList needs to register outgoing QUIC streams so that when the QuicTransportChannel becomes unwritable and QUIC streams have buffered data, they can send data once the QuicTransportChannel becomes writable. Otherwise the QUIC streams will remain write blocked after the QuicTransportChannel is writable. BUG= Review-Url: https://codereview.webrtc.org/1888903002 Cr-Commit-Position: refs/heads/master@{#12573}
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.