commit | 665e6817d1f60090e97ef39fe463f869a5ee5b7c | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Wed Oct 18 12:25:33 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 18 14:32:38 2023 |
tree | a363bf5400ba4c4e8d698ddd43ab12d7bb57953f | |
parent | 81be76aac6158789ae1c80cb63d8c26db5978fcb [diff] |
Add field trial to control network socket receive buffer size. In some very high-bandwidth application there have been observations of packet loss in the socket implementation (not on the network itself) due to large bursts of packets arriving. Allocating too big buffers can of course lead to issue as well, so this flag is intended to find a good tradeoff. Bug: webrtc:15585 Change-Id: I63eccb1a9f34d852d80c286fc27bffd17818f0ef Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324021 Auto-Submit: Erik Språng <sprang@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40963}
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.