commit | db2c2ed477b3e38d3e403f716fe2a1427c7b4e12 | [log] [tgz] |
---|---|---|
author | David Hastings <dahastin@fuchsia.infra.roller.google.com> | Tue May 24 02:59:32 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 23 20:01:20 2022 -0700 |
tree | 106bf01a74d53d42d9d7add9b1deca26d7278846 | |
parent | 8eefa59e955f6a2bfe631e21424efbec4ff602f1 [diff] |
[roll] Roll fuchsia [virtualization] Add a port manager for the vsock device The vsock device auto assigns host ports for client initiated connections. This port manager is used to track that: 1) There are no port collisions (multiplexing over ports is fine for unique connections) 2) There is a single listener per port 3) Connections with dirty shutdowns connections aren't immediately reused Note that connections with clean shutdowns (send shutdown, receive reset reply) aren't quarantined and can immediately be reused. See go/out-of-process-vsock-device for more information. Original-Bug: 97355 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679187 Original-Revision: 00373fb8e91f0dee11768c3396b5cc080482b551 GitOrigin-RevId: 61b1e094cdca49e64190bf389a9f7ec1b4ab7954 Change-Id: If2f19ef1d9b9e071b2934d885cbe9e0d9e84a0ef
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
.