[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
1 file changed
tree: 9b69789115b5fa62a55fc04a3a94cd5783558c25
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.