commit | 9a20fa6292e3eb6ecf30aa49124ce837ff052b55 | [log] [tgz] |
---|---|---|
author | mikescarlett <mikescarlett@webrtc.org> | Mon Apr 11 16:11:38 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 11 23:11:47 2016 +0000 |
tree | ca99ca5c865306c6831676b0f7e47a07a15e59b8 | |
parent | 3ba4d533795655745c201b9d2515705112baa32f [diff] |
Add WriteUVarint to ByteBufferWriter and ReadUVarint to ByteBufferReader Methods to write/read a varint as described by https://developers.google.com/protocol-buffers/docs/encoding#varints that will be used for a QUIC data channel. Split from CL https://codereview.webrtc.org/1844803002/. Review URL: https://codereview.webrtc.org/1844333006 Cr-Commit-Position: refs/heads/master@{#12322}
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.