commit | 37389b42b4f42c49583b5fa187611cdb6dcd67b4 | [log] [tgz] |
---|---|---|
author | honghaiz <honghaiz@webrtc.org> | Tue Jan 05 05:57:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 05 05:57:42 2016 |
tree | dfb34779f63761983ebecfabd22d92ddccfa89bc | |
parent | e2976c87f7ba627fa1e1246f0ccfb34b4b9f3a73 [diff] |
Don't delete an ICE connection until it has been pruned or timed out on writing in the case where it hasn't received anything yet. Deleting an ICE connection before it is pruned or timed out when it hasn't received anything yet leads to ICE connections being deleted before they have a chance to send a ping and receive a response. BUG= Review URL: https://codereview.webrtc.org/1544003002 Cr-Commit-Position: refs/heads/master@{#11151}
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.