commit | d65ae4a8ba50a327e2aa84619fa19207bdc34e3f | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Sun Oct 08 18:46:15 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Sun Oct 08 19:20:37 2017 |
tree | b1f4626db2899b064dcfc68137551ec7ef1f4813 | |
parent | 8436812a5f50ff32e825ec3614c227006efedd48 [diff] |
Fixing DCHECK in turnport.cc and doing some related cleanup. Namely: * Changing destruction_timestamp_ to rtc::Optional, instead of using 0 as a magic value. * Adding some comments. * Adding a log statement that would have helped debugging the issue that hit this DCHECK. * Getting rid of a 2-line method called in one place, which was not really helping code readability. Bug: None Change-Id: I5fb1ce60edea29cab0c2a8c97e735f26c08aba62 Reviewed-on: https://webrtc-review.googlesource.com/7440 Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20196}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.