commit | 049fbb1883344dd32081bf6ae02012aef927eaea | [log] [tgz] |
---|---|---|
author | Honghai Zhang <honghaiz@webrtc.org> | Mon Mar 07 19:13:07 2016 |
committer | Honghai Zhang <honghaiz@webrtc.org> | Mon Mar 07 19:13:15 2016 |
tree | 15eea7d0fad59be3286a282846cc274ade8e1fc1 | |
parent | eb648bf0e5a9bae185bcd6b4b3be371e1da3507d [diff] |
Renaming variables in p2ptransportchannel to be consistent. Also change the type of "time interval" to int from uint32. Fixed a few TODO therein. I think we should have the following convention: 1. All time delay/intervals should have type int although the time instant should have time uint32_t. 2. "interval" is preferred to "delay" if the delay will be repeated (like rescheduling). BUG= R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1762863002 . Cr-Commit-Position: refs/heads/master@{#11888}
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.