[roll] Roll fuchsia [zxio][fdio] Separate dgram socket allocation

This separates storage allocation for datagram sockets in fdio from
its initialization in zxio. This simplifies the future move of socket()
from fdio to zxio. The datagram_socket type can be removed from fdio
entirely once all bsd socket functionality is moved to zxio.

This also increases the size of zxio_private_t to account for new fields
in zxio_datagram_socket_t.

Original-Bug: 43267

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712803
Original-Revision: 3ffd6df7ad3540b6014872f9961bff3d4549ceeb
GitOrigin-RevId: 4f0befb285e01b6349fac797d66e80de2d4cdbaa
Change-Id: I7b311d1d2e35a20bed2ec8f5a66716291608edb4
1 file changed
tree: 613cb1dfb498c4eaa323305d86f363f6f6e2ce75
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.