commit | 2a1764e9acdc31084972bf002be7e948b8ce602e | [log] [tgz] |
---|---|---|
author | Alex Konradi <akonradi@fuchsia.infra.roller.google.com> | Thu Jul 13 00:29:52 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 12 17:30:26 2023 -0700 |
tree | 9b69789115b5fa62a55fc04a3a94cd5783558c25 | |
parent | 6ec5defaa6a7650d9080808630c7d86a08e33388 [diff] |
[roll] Roll fuchsia [sshd-host] Use non-dual-stack listening sockets Work around Netstack3's lack of support for dual-stack sockets by switching sshd-host from using a single IPv6 listening TCP socket (that receives IPv4 and IPv6 connections) to creating using two sockets: one for IPv4 connections and one for IPv6 only. This is slightly more expensive resource-wise but is an acceptable short-term workaround until Netstack3 supports dual-stack sockets, at which point this change can be reverted. Original-Bug: 21198 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/874876 Original-Revision: e651c7d81f267080a4318b3b7381452758a10204 GitOrigin-RevId: 352aad9fabf66b929886f7ad0cf4c5c44df1eb00 Change-Id: I1212f94913bad3f81ae99ab466498dc2f841b7b6
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.