[roll] Roll fuchsia [rust][fuchsia-async] Add generic datagram socket

Add a generic datagram socket type `DatagramSocket` to fuchsia-async.

`DatagramSocket`'s implementation differs from the original
`UdpSocket` only in having `socket2::Socket` as the underlying type
rather than `std::net::UdpSocket`. `UdpSocket` is now a wrapper around
`DatagramSocket`, with many methods delegated via `Deref`.

Test: fx test fuchsia-async-tests fuchsia-async_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/541201
Original-Revision: 26758b8f5d509ef5ef51ed46add740bcc821bbe9
GitOrigin-RevId: 525fc8823bbeb16dc2f4f065c5c35722210db8a9
Change-Id: Id683b8227aa6c4aba52d9734c9b635f875813300
1 file changed
tree: b76741a4e1d68306e70c7d9b1c2f9184a94cd144
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.