commit | a42b63267c831ec1948d15577ba5006fff789478 | [log] [tgz] |
---|---|---|
author | Patrik Höglund <phoglund@webrtc.org> | Fri Aug 30 15:31:55 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 30 14:21:52 2019 +0000 |
tree | a30d04821e36725c8131dbca6f4241614194a4af | |
parent | 8b14b0dea605d22c0886a02b1c78b9d01f0946cc [diff] |
Adding CreateTcpClientSocket without user_agent and proxy_info. This is part of a larger refactoring: 1) Add new method and provide default implementations for the other Create* methods (this CL) so they can be removed downstream. 2) Implement new method in Chromium and remove the overrides of the other Create* methods from subclasses of PacketSocketFactory. 3) Remove other Create* methods from PacketSocketFactory and make the new Create method pure virtual. Make BasicPacketSocketFactory take user_agent and proxy_info in the constructor. 4) Move the slimmed-down packet_socket_factory into api/. Bug: webrtc:7447 Change-Id: I961fcc4451c9fb2bc7a049b8f57d5894209fd262 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150941 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29026}
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.