[roll] Roll fuchsia [netstack3] Make UDP removal & info take SocketId

Combine the UDP SocketHandler methods for removing sockets and getting
information about a socket into single methods that take a SocketId
instead of separate methods for different socket types (unbound,
listener, connected).

Original-Bug: 126141
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/864917
Original-Revision: 5f5c0ace61e238ccca961199211a5fac377229ed
GitOrigin-RevId: 32ee75a8338f2016ffcdf014d66a64ac6596e4b6
Change-Id: I6524c0ec5e023459e0b05c944908d367e40c8fda
1 file changed
tree: 2e0439ce9d4ab914ba4725d5f4854010bb5c8974
  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.