commit | 9dfed79f3fb307e4bc3bd5a2da059de7940ec081 | [log] [tgz] |
---|---|---|
author | honghaiz <honghaiz@webrtc.org> | Fri Jan 29 13:22:31 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 29 21:22:36 2016 +0000 |
tree | 6437942b441975a2ceb41fb4afef0fa02176de8b | |
parent | 083b8e91a91b0438e29975def367ba75c00b8ed7 [diff] |
Stop processing any incoming packets when turn port is disconnected. If it still handle packets, when a ping arrives, it will pass the packet to p2ptransportchannel, eventually causing an ASSERT error there (when p2ptransportchannel tries to create a connection from the ping request from unknown address). BUG= Review URL: https://codereview.webrtc.org/1649493006 Cr-Commit-Position: refs/heads/master@{#11430}
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.