a42b63267c831ec1948d15577ba5006fff789478

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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%