commit | b831eb816ef847d09d446ef4168e36b13af163f8 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Apr 09 15:41:46 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 15 21:06:25 2024 |
tree | 80eccce2395d16e5504fa76d9f1c2d77c2aae44b | |
parent | 861e389cd0cbbd4b0562a2c23de487dfb49cd933 [diff] |
Refactor SSL stream adapter tests This makes it easier to remove use of sigslot for SignalEvent since the tests were written in a way that could set more than one event handlers to the same callback method, which places unnecessary requirements on the definition of the callback object. I.e. the sigslot can't be replaced with a simple (single) std::function - which would be consistent with how the event callback is used elsewhere in the code. Bug: webrtc:11943 Change-Id: I7e596295b1b534d4d49334449b1e01535eedf06d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/344723 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42072}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.