commit | c931f708967382050f111bfdd73ff689f7f3b190 | [log] [tgz] |
---|---|---|
author | Byoungchan Lee <daniel.l@hpcnt.com> | Sun Jul 03 08:20:17 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 03 08:44:52 2022 |
tree | 35c5a10351d76b517471d91ee50374ecd43b4973 | |
parent | c3f511301b343fc66007063b75fd6853fe92bd5f [diff] |
network_tester: Remove usage of rtc::Thread::socketserver() and cleanup Instead of creating a TaskQueue from packet_sender, create a rtc::Thread in test_controller so that test_controller instantiates a SocketServer, eliminating the use of rtc::Thread::socketserver(). Also did various cleanups, such as adding threading annotations, and ensuring that all network operations are done in dedicated threads. Bug: webrtc:13145 Test: Unittest, and manually verified using Android clients and Linux servers Change-Id: I05ebe5e29bd80f14a193c9ee8b0bf63a1b6b94d7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263321 Commit-Queue: Daniel.l Lee <daniel.l@hpcnt.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37411}
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.