[roll] Roll fuchsia [virtio-vsock] Use ZX_SOCKET_WRITE_THRESHOLD on Rx

We might be observing a race where the application hasn't read enough
data from the socket by the `1msec` timeout and the connection ends up
in an indefinite stalled state in the current implementation.

Instead of a hardcoded wait, modify a threshold signal for observation
in the zircon socket when needed, so we can update the host with the
available socket space.

Original-Fixed: 300933744
Original-Bug: 345795943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069787
Original-Revision: 7460c09c73e8373bcee3bea44933e65d839f8c55
GitOrigin-RevId: bb70ffe946c9b6bb4a82eeaef095730ae87dc4f1
Change-Id: I163d96962e08efe8d4d1b10bb6c8e43973cd0fdb
1 file changed
tree: aa997426ddb1f837a87e5f4de3d024bec12b4ac8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.