[roll] Roll fuchsia [netstack3] Remove datagram ctx with_sockets fns

Remove the deprecated DatagramStateContext::with_sockets and
with_sockets_mut by replacing their usages with the default
implementations. Then remove access to bound state where it wasn't
needed, and limit the amount of time it is held where it is used.

Original-Bug: 21198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/895979
Original-Revision: 83f02f4ba3457041353f03ab94bf23bf4c86538d
GitOrigin-RevId: b6c0372dad69768a1fcdcde598f9447d6edbef03
Change-Id: I8c4a6a8890bed9276138d8cfbdc86020ff71c7d2
1 file changed
tree: f8932427ca105bf627937a5239dd750fae25151a
  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.