commit | f2a2bf4ae448dff45974a7f38f8db005f643f3a3 | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Wed Feb 03 16:45:32 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 04 00:45:38 2016 +0000 |
tree | 520c1ac6b81410247277edccf839e4560db22d29 | |
parent | 14d024d88261933153afd5eedeaf459ac31cb80a [diff] |
Stay writable after partial socket writes. This CL fixes an issue where the "writable" flag didn't stay set after ::send or ::sendto only sent a partial buffer. Also SocketTest::TcpInternal has been updated to use rtc::Buffer instead of manually allocating data. BUG=webrtc:4898 Review URL: https://codereview.webrtc.org/1616153007 Cr-Commit-Position: refs/heads/master@{#11480}
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.