commit | 38fd44e51cbde57a277b85368ad247077642d13d | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Thu Mar 16 17:15:12 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 16 17:15:12 2017 |
tree | a2b53395e839f1ce113a85d943805042a57716da | |
parent | 2a420ce8c4dcb2c277707585e00d56ca306ed38c [diff] |
Use native (optimized) functions for byte order conversion. Instead of manually copying single bytes, the native functions like "htobe32" are used. BUG=None Review-Url: https://codereview.webrtc.org/2738063005 Cr-Commit-Position: refs/heads/master@{#17277}
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.