commit | 389bab35694e8a84277808f63a72273bdb49c4ad | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <greengrape@google.com> | Tue Apr 11 13:42:10 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 11 13:42:10 2023 |
tree | 754aa0ad6d80783b85411f374829562273d0743b | |
parent | d3ce4377c3689eeed601107e3fc6cbd64879caa6 [diff] |
[DirectSockets] Implement ipv6Only for UDPSocket This change adds a utility function for UDPSocketWin/UDPSocketPosix to set IPV6_V6ONLY and makes this a configurable option of UDPSocket. Bug: 1413161 Change-Id: I0f2e18e37975255d4bb2c9a7d14d7c80e23af7d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355025 Commit-Queue: Andrew Rayskiy <greengrape@google.com> Reviewed-by: Adam Rice <ricea@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1128611}
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.