commit | d4fbb9e6073d11587f69c0094e8e5e67f8e7c919 | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@chromium.org> | Mon Mar 11 11:57:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 11 11:57:52 2024 |
tree | bf4f6de29eb40d46fcaf269c9defb2389d2269a4 | |
parent | 2e2c46ea0250eb6e91521cdfbaee38e26184896e [diff] |
network: Add new network emulation options for WebRTC Three new options are added to the protocol and NetworkConditions to control the packet loss (expressed as a percent from 0 to 100), the packet queue length and if packet reordering is allowed. Those are optional and should allow to keep compatibility with older versions of the protocol. Bug: 490143 Change-Id: Ibdbde23db1a7f73e5aae9ad8864cb3cceac0bfba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5349261 Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1270884}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.