commit | 34b11eb66e538092a938db6f1e6fc973341941c6 | [log] [tgz] |
---|---|---|
author | honghaiz <honghaiz@webrtc.org> | Wed Mar 16 15:55:44 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 16 15:55:48 2016 |
tree | df7d26ca4e51546b3ee6142d71b2a9c90a973486 | |
parent | c4a74e95b545f4752d4e72961ac03c1380d4bc1f [diff] |
Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p. Also changed from unsigned to signed integer per the style guide. By the way, I kept all delta-times to be 32-bit int. The only things left in the p2p dir are 1. proberprober/main.cc where Time() is used as the input for a random number. 2. pseudotcp.cc: where 32-bit time info is sent over the wire. BUG=webrtc:5636 Review URL: https://codereview.webrtc.org/1793553002 Cr-Commit-Position: refs/heads/master@{#12019}
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.