commit | 250fc658c56cb3c6944bd0fd1b88973f2e6d1ced | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Sun Feb 28 23:06:40 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sun Feb 28 23:06:47 2016 |
tree | 3128d880e3ef95f36da1912f6587951018874e15 | |
parent | 2b31a900625251c294d3aaff6760b4c2cc9615cb [diff] |
Lazily allocate output buffer for AsyncTCPSocket. As a follow-up to https://codereview.webrtc.org/1737053006/ this CL further improves memory usage by lazily allocating output buffers up to the passed maximum size. This also changes the output buffer to a Buffer object. BUG= Review URL: https://codereview.webrtc.org/1741413002 Cr-Commit-Position: refs/heads/master@{#11801}
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.