[roll] Roll fuchsia [netstack3] Refactor set/get buffer sizes

In preparation for moving the send receive loop into bindings, refactor
how we get/set buffer sizes to remove a lot of boilerplate. A single
buffer references enum allows us to get more directly at what we need.

A future change can make use of this enum to expose a method in the
TcpApi to allow bindings to call directly into the side of the buffers
held by core whenever they're instantiated.

Original-Bug: 42085918
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1104330
Original-Revision: 76c527e9e5f1119e5324260999dbe46003cc5458
GitOrigin-RevId: eaf96658f523c86c67a340fe8ccd465b2e3403f4
Change-Id: I9c35025b9b3e002210e708186698db21b8dd0c97
1 file changed
tree: b6f6a94e5e5c8ea2fe7fe6c2f3dab8cc3d09f40d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.