commit | ed514d78125a033c57b87a8cbad72a38709e72ca | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Fri Jul 02 00:02:02 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 02 00:02:02 2021 |
tree | 930da275abc70dcdd1fa14e7b1cdfcc81a23af68 | |
parent | 47209d63dc2d680c4edea8567c57f86e7a58c470 [diff] |
QUIC: Ignore cached rtt if negative Sometimes the cached server data contains a negative RTT. This can lead to crashes, so fallback to the other methods of estimating the RTT in this case. BUG=1225616,1218868 Change-Id: I39df7dcc25a9b1099f4df368db70dee6356221a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3001683 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#897969}
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.