commit | 182f32f9b5dcca678b5a6f35b3f17fc71e248f35 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Tue Nov 26 00:39:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 00:39:50 2024 |
tree | 73a7efb5f366a3525ea00d56dfecd32ca1573ba3 | |
parent | 6d97f5e11c44b6dcebddf19cc85a953414ac7e42 [diff] |
Add IPv6 link local scope ID to IPEndPoint Plumbs sockaddr_in6.sin6_scope_id when the address is IPv6 link local. Note that this works only on platforms that correctly provides the scope id via getaddrinfo(). Bug: 374756136 Change-Id: Ibd06218e0bc01367a2572b8fd60cde931a30afe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032935 Reviewed-by: David Schinazi <dschinazi@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1387944}
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.