[roll] Roll fuchsia [netstack3] Move to new UdpApi struct

There was a mismatch between the old public functions and SocketHandler
on using borrows for SocketIds. `UdpApi` the final form: `&SocketId` on
all methods but `close`.

The implementation remains the same, but we can delete SocketHandler and
all the public functions. The documentation from the old freestanding
functions moves to the `UdpApi` methods.

Note that there was some bespoke logic in the freestanding send_to
function that is now in `UdpApi::send_to`.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/969788
Original-Revision: 73f047d3f3f362135d5413a23bd577d7e48014a7
GitOrigin-RevId: 06250811a0c3e063dd88f450781335fb8eead843
Change-Id: Ib4152fccb8a62f1dc56b42014f31fc86014e17ad
1 file changed
tree: 13849988f072d23c11e9c56dd54eddd683de69a9
  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.