[roll] Roll fuchsia [starnix] Send socket control messages in band

Control messages no longer count towards the length of the message
buffer, and they are not returned when reading packet streams. When a
control message is encountered the read is interrupted, and clients that
can read control messages (like sockets) can use read_if_control to get
the control message.

This also fixes a bug where a socket read would spin forever if there
were more bytes in the socket than could be read out.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/584424
Original-Revision: e1d0453707adc64e7409841999a48192faf806ad
GitOrigin-RevId: 90978b956b32eeb3e882de8a4312c43667541278
Change-Id: Idbdce167efe4eb884b332a155a8ffe41a5c0f6de
1 file changed
tree: 5e82da584905d2282a2f26efce6585519f4369d7
  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.