commit | b7c63ab83ae2b991ff8350bc0aa6427588629287 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Tue May 26 16:09:55 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 26 17:41:51 2020 |
tree | dec63ac3d5175b3a457f96e17ec5c4f989d06335 | |
parent | b41316cd4c22e4cc86e899a8f9c7e96548190927 [diff] |
PhysicalSocketServer: remove heap-based epoll_event handling. This change deletes heap-based handling of dynamic number of epoll events handled per call to epoll, with the assumption that PSS load is likely not dominated by the epoll syscalls. This simplifies the logic in the code and removes a heap allocation. Bug: webrtc:11567 Change-Id: I34fbe1fa8bf0a037bf849a4adac1a0a333c9dd86 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175563 Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31358}
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.