[roll] Roll fuchsia [netstack3] Move UDP shutdown receive into core

Move the tracking of whether a connected UDP socket can receive packets
from bindings into core. This removes the last bit (hah) of
per-socket-type state from bindings, unblocking merging socket IDs.

Original-Bug: 126141
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/862004
Original-Revision: e79ac5375c56ba249f4943afeb731c56eb03bf41
GitOrigin-RevId: 59aec6ab54e8e11816e0e56139dd41454b2b12d9
Change-Id: Ic815b852dd6ee051d1f0d42108e878e68c04f96b
1 file changed
tree: 6b1ee601ac7647a7d4b8de765d574b05ead5d2db
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.