[roll] Roll fuchsia Reland "[netstack3] TCP bind, listen, accept and connect"

This is a reland of commit e01013058e9f4b791090a0fc68cde00c5611b7d0

Original change's description:
> [netstack3] TCP bind, listen, accept and connect
>
> Implement the essential functions to establish connections for C/S
> applications. In this CL, tests are more focused on the happy path to
> keep the CL size reasonable. More test coverage will be added in
> follow-up CLs. The missing features like secure ISN generation and port
> allocation will be addressed as follow ups.
>
> Test: fx test -do netstack3-core-test \
> 	--test-filter "*transport::tcp::*"
> Original-Bug: 98970, 101045
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/686323

Original-Bug: 98970, 101045
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689462
Original-Revision: 2035ccf558fb738bd336cd01310c772728d0a682
GitOrigin-RevId: fe34e7b3426d3f286201fe44a8a2b9b3053a5e68
Change-Id: I6c117a79696eb3e40ac0a61f50c5c4d73a55a6fb
1 file changed
tree: 49cca1416b518ff90930c66f826d5aeb637e4a43
  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.