commit | 6f719eb2cbc236b614aeccec3aa3db3ec0ef11bb | [log] [tgz] |
---|---|---|
author | Benjamin M. Schwartz <[email protected]> | Wed Dec 15 17:47:28 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Dec 15 17:47:28 2021 |
tree | 512e3fb11f6d6c8b576564de02f339a3176b630c | |
parent | edc6c3102c21860dd168563e8b329fe31dbf8ea2 [diff] |
Bootstrap resolution implementation This change adds logic to HostResolverManager to use pre-configured IP addresses for the initial connection to a DoH server. If a bootstrap IP is used, the resolver also starts an asynchronous followup request to ask the DoH server for its own IP address, which will be used for subsequent connections. This change does not add the ability to store any bootstrap IPs, so this logic is not yet live. Bug: 1200908 Change-Id: Iab4bf7344b59e042a9bdaa944ec5ac7c1ff2f35f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3193799 Reviewed-by: Eric Orth <[email protected]> Auto-Submit: Ben Schwartz <[email protected]> Reviewed-by: Tom Sepez <[email protected]> Commit-Queue: Tom Sepez <[email protected]> Cr-Commit-Position: refs/heads/main@{#951995}
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.