commit | 537b7fed9a2925140f7d6bfc671547fe5b9016ed | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Thu Aug 16 09:20:45 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 16 11:37:38 2018 |
tree | f8a3544ee6f0b92cada11b434aece044e92767eb | |
parent | e9721f2f08307e67c602a3c614ec144c5fb7e5c2 [diff] |
Add FakeNetworkPipe ctor from NetworkSimulationInterface. Add FakeNetworkPipe ctor from NetworkSimulationInterface to be able to inject different implementations of simulated networks. If user requires to do something with injected simulation he can keep raw reference, or introduce some proxy, that will hide shared ownership from FakeNetworkPipe. Also FakeNetworkPipe guarantee to keep simulation object alive while it is alive itself. Bug: webrtc:9630 Change-Id: Ie00ea1d47bf7658b0c6433cf2efbf364f885c8a0 Reviewed-on: https://webrtc-review.googlesource.com/94153 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24312}
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.