[roll] Roll fuchsia [fdomain] Remove 4096-byte cap on socket reads.

It looks like this was an optimization to avoid a stack allocation, but
in effect it means that each network round trip can read at most 4096
bytes. This made bulk downloads slower, and indirectly led to lots of
log spam in fuchsia controller.

Original-Bug: 505798501
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1587869
Original-Revision: 6c4c5b899f787586c2be8ca225876d23359476ab
GitOrigin-RevId: d4f186f1c3cfe4e1e99d3ebd7fa1adba5669c8e0
Change-Id: Ie7096a57ec7448423a570b4d26d895cd82f92e0b
1 file changed
tree: 09c79bc92dd2e0a59c96ac2c65d816a9b9f5b2ae
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.