[roll] Roll fuchsia [netstack3] UDP conn sockets based on IP sockets

Instead of implementing custom logic to implement UDP connection
sockets, base these on the existing IP socket utilities. This commit
leaves listener sockets unchanged because we do not yet support listener
IP sockets.

Test: fx test netstack3-core_test -- transport::udp::tests

Original-Bug: 92676
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/583204
Original-Revision: dea82a1951c9d7f318384ae81d6f2ffbc7a7d59e
GitOrigin-RevId: 0a9d770211f78fd4cc4505c81b2cc38b0a032bca
Change-Id: I5b2f31383e827f2ab9edd818af3a7c40f577a9af
1 file changed
tree: 9b1397dc0da18be2bbde1d09639978a2a99c31f0
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.