commit | aa373166f7cba907f0310cab46e3dc875e37ef73 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Tue Sep 28 14:09:07 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 29 08:59:37 2021 |
tree | 75e17698a30622900a0932b31ee6e68633850cd8 | |
parent | 15a0c880cf5c4a0107d634cec2c6ad3d0ee23663 [diff] |
Pass a SocketFactory to BasicNetworkManager constructor Used by QueryDefaultLocalAddress, instead of relying on the update thread's associated socket server. This is not the only use of rtc::Thread::socketserver() in the BasicNetworkManager class. It also interacts with the thread's socket server to call set_network_binder. That is unchanged by this cl, perhaps those calls can be moved to the caller of StartNetworkMonitor and StopNetworkMonitor. Bug: webrtc:13145 Change-Id: If109c2dcb0e74b183e10bb3db7a5aefcc95d1a8c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/232613 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35118}
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.