commit | 74cefe195e3554d497d3806f8822e6800e748878 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Dec 14 15:38:57 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 15 21:06:17 2017 +0000 |
tree | 93a802dba1b7e37e7b35a7c6e690ffc550c8bd6b | |
parent | 8af2186ad51190e99b74f94535e73959d4d0ef28 [diff] |
Removing dependency on JsepTransport from DtlsTransport tests. The DtlsTransport tests worked by relying on JsepTransport (a helper class used by higher layers to set everything up in response to SDP). dtlstransport_unittest has been switched to just calling SetSslRole and SetRemoteFingerprint directly instead, which were really the only parts that were necessary. Some refactoring was also done, and some test coverage was moved to jseptransport_unittest. jseptransport_unittests has more coverage to ensure that negotiated parameters are propagated to the DtlsTransport underneath, which were previously covered by the tests in dtlstransport_unittest. It also has a test that covers RTP/RTCP not being multiplexed, which dtlstransport_unittests really doesn't need to be concerned about. BUG=NONE Change-Id: I1d67e9a06486ade39a255555af4052d76191d238 Reviewed-on: https://webrtc-review.googlesource.com/32941 Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21309}
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.