[roll] Roll fuchsia [overnet] rewrite stream framer library

This rewrites the stream-framer library from being a complex state machine
into a synchronous helpers that manage serializing and deserializing the
bytes. In addition, it lifts management of the deframing timeout from the
Deframer and over to the single client that uses this functionality. This
allows further simplification of the Deframer.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699129
Original-Revision: 49d599135591d999a29ea72238d0b9b9dfb01d29
GitOrigin-RevId: b725fd34f0cc68b30461539fea82d40f81e5ce7f
Change-Id: I7f4632346d46fa52770e708cdd864e13b77f053e
1 file changed
tree: 5c7bce4a0636367d12da555063808bd5af39d322
  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.