commit | 3ea7b83fa3b16ae06db66a7655bf91a62bd8ec86 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@webrtc.org> | Wed Nov 07 01:51:02 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 07 02:59:41 2018 |
tree | 80b7cfc3dd4dc43f22050c4f4c29a8c85055a557 | |
parent | 8770ce70746aec7190075b890eb8ffcaa48adfcd [diff] |
Resolve the race condition between mDNS name registration and cricket::Port::SignalPortComplete. The mDNS name registration is asynchronously executed by the mDNS responder, and a host candidate with an mDNS name is only gathered after this completes. SignalPortComplete however is currently done synchronously by UDPPort, and any candidate gathered by a UDPPort after this signal is fired would be discarded. Bug: webrtc:9964, webrtc:9605 Change-Id: If8aaf193ef26c06bd118e6418b62ba0de5e87e3c Reviewed-on: https://webrtc-review.googlesource.com/c/109541 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Reviewed-by: Zach Stein <zstein@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25534}
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.