| commit | deb2fa0c93f236ae55fc4392f68bfbbf6da2a0f7 | [log] [tgz] |
|---|---|---|
| author | Tony Gong <gongt@fuchsia.infra.roller.google.com> | Fri Jun 11 21:38:28 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 11 14:39:46 2021 -0700 |
| tree | b76741a4e1d68306e70c7d9b1c2f9184a94cd144 | |
| parent | 1243e1cc2f14f459ef2dbc38931221a5d307245c [diff] |
[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
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.