[roll] Roll fuchsia [fake_netstack] Batch reads and writes Fix a bug where FakeNetstack would continuously re-arm its waits, even when no pending completers were queued, causing it to busy loop and consume 100% CPU. Improves performance by batching reads and writes (instead of using batches sizes of 1). Store completers in a std::queue instead of a std::vector to service them in FIFO rather than LIFO order. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592321 Original-Revision: 1e9b01c83575c255e26e739633156f1e324acf67 GitOrigin-RevId: 8bb893cfd949b184104d8cd397b6c5682e53dbb8 Change-Id: I8f65160a76c8f94f80ae6e500fe2491ab569a2d9
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.