[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.