[roll] Roll fuchsia [netstack3] Introduce Tcp{NonSync,Sync}Context

Instead of using As{Mut,Ref}<TcpSockets>, use the `TcpSyncContext` with
methods `get_tcp_state_mut` and `get_tcp_state` so that the methods can
transition into `with_tcp_state_*` methods. Also move `SendBuffer` and
`ReceiveBuffer` into `TcpNonSyncContext`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694923
Original-Revision: 893d88d91086b171918a4132f3e897dd7f4b264f
GitOrigin-RevId: 61bed8170c4d4fd8bebfc93925eb8d869ca2fa49
Change-Id: I8a2f45d6fbf072178fc46ffaefc174d18366a353
1 file changed
tree: 08498864ab66b5724f25b33b8dfa5637f2effbb6
  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.