[roll] Roll fuchsia [netstack3] Use ControlFlow for TCP req handling

Use std::ops::ControlFlow to signal whether a stream should continue
being polled or not instead of a custom type.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/723282
Original-Revision: 93697feb96ddb334177fe5360dc891ab79d9467e
GitOrigin-RevId: e3f488f76adf6cba0f09fbd091b7a28937e3fbc9
Change-Id: I32339b8e1ada2e5877cba6d9bec50ba7c5086227
1 file changed
tree: 0b0a37d506067a5a502bdf11411b48040c9b93c1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.