Files
platform-external-webrtc/webrtc
Honghai Zhang a74363c998 Remove ports that are not used by any channel after timeout
If a port is not used by any channel and if it has no connection for 30
seconds, it will be removed.
Note, as long as a port is used by a transport channel, it will be kept
even if it does not have any connection. This will be beneficial to
continual gathering because new connections can be created in the future
when network changes.

BUG=
R=pthatcher@webrtc.org, zhihuang@webrtc.org

Review URL: https://codereview.webrtc.org/2171183002 .

Cr-Commit-Position: refs/heads/master@{#13567}
2016-07-29 01:06:26 +00:00
..
2016-07-27 18:07:32 +00:00
2016-07-26 11:44:12 +00:00
2016-07-28 22:19:18 +00:00
2016-07-26 11:44:12 +00:00
2016-07-28 22:19:18 +00:00
2016-07-28 21:53:01 +00:00
2016-07-28 22:19:18 +00:00
2016-07-26 11:44:12 +00:00
2016-07-27 15:14:42 +00:00
2016-06-14 09:39:40 +00:00
2016-06-23 10:52:35 +00:00
2016-06-14 09:09:24 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.