commit | a75eb43e9962060eff28945bc4c81423aaf11794 | [log] [tgz] |
---|---|---|
author | Sameer Vijaykar <samvi@google.com> | Thu Aug 11 11:47:20 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 15:34:32 2022 |
tree | b17a9826bb849e659768a380f5204008d34b5596 | |
parent | f0ab4ba26e9eeece02f5aad9b60f21f0bc63ac83 [diff] |
Lookup STUN hostname using the network's IP family. The current behaviour is to lookup using AF_UNSPEC, which leaves the decision up to the getaddrinfo implementation, then filter to resolved addresses matching the network family anyway. Looking up using the network's family upfront avoids resolving to an unusable address. Bug: webrtc:14319, webrtc:14131 Change-Id: I4997452dc26aeb82e5d2890701721e7d477803a8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/270625 Commit-Queue: Sameer Vijaykar <samvi@google.com> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37753}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.