[roll] Roll fuchsia [netstack3] Cleanup SharingState handling for dgram sockets

Previously SharingState was stored separately in UnboundSocketState and
BoundSocketStateType. Moved it to SocketState, so it no longer needs to
be moved around when updating socket state.

Original-Bug: 479568320
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1498345
Original-Revision: 194e1ed5563d84aaf4aaf169f3f837a40065ad64
GitOrigin-RevId: d3e072be5bd7235ce152038ef1fff80228d0e9ff
Change-Id: I519110a5fc01c196c66d745dfe800c469655f9fb
1 file changed
tree: 530a9af499111f3c8cba2bf094b4919009598db9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.