commit | cf6e24a12d30c6a64d8925ad03218f6bc1014343 | [log] [tgz] |
---|---|---|
author | Zhi Huang <zhihuang@webrtc.org> | Wed Feb 21 18:40:07 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 21 19:18:19 2018 |
tree | 7371714c98372a5d0f3145bf89fe6226e9ce4fe2 | |
parent | 52d86774c2d3c8d1b884c6c8edbe10e67483acff [diff] |
Forward the SignalNetworkRouteChanged from DtlsSrtpTransport to BaseChannel. In current implementation, the DtlsSrtpTransport listens to the SignalNetworkRouteChanged but doesn't forward it to the BaseChannel which makes it impossible for the media engine to update the network route and the transport overhead. The BaseChannel unit tests failed to catch this issue because it used a plain unencrypted RTP transport for testing. This CL fix that issue and update the BaseChannel tests. Bug: webrtc:7013, b/73645191 Change-Id: I417b58ff9af4e3c4fac442ff10b5a85bc2093530 Reviewed-on: https://webrtc-review.googlesource.com/55940 Commit-Queue: Zhi Huang <zhihuang@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22140}
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.