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