Refactor waiting for timeout in PhysicalSocketServer - Move timeout related logic into dedicated helper class, thus unifying that logic across multiple call sites. - Switch function to query current time from TimeMicros to SystemTime to stress this class doesn't support injected clock. - Use TimeDelta type instead of plain int to pass around timeout. - Delete unused function GetSocketRecvTimestamp Bug: webrtc:42223992 Change-Id: I1f483985c8764539f20c51846d35daa62f90b108 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/465702 Reviewed-by: Evan Shrubsole <eshr@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47518}
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.