commit | ecd3054b560a5a644ed7b5952466707463c9ef01 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@webrtc.org> | Wed May 22 14:34:56 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 22 22:58:58 2019 +0000 |
tree | 2f09854e5d898aeee81280e1ea5c7c38916974e0 | |
parent | 7e7c5c3c2599541f36e43cac4a786a8c34b9c2c0 [diff] |
Replace a broken assumption in candidate gathering for mDNS candidates. The gathering of host candidates with mDNS names is asynchronous and its completion can happen after a srflx candidate is gathered by the same underlying socket. We have a broken check in UDPPort::CreateConnection() that assumes the gathering of host and srflx candidates is sequential. This CL also does minor refactoring and clean-up. Bug: chromium:944577 Change-Id: Ic28136a9515081f40b232a22fcbf4209814ed33a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138043 Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Jeroen de Borst <jeroendb@webrtc.org> Reviewed-by: Amit Hilbuch <amithi@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28030}
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.
Authoritative list of directories that contain the native API header files.