commit | 967d312225b018a133e5b8d78ca2f35218d008d3 | [log] [tgz] |
---|---|---|
author | Kevin Lindkvist <lindkvist@fuchsia.infra.roller.google.com> | Thu Sep 23 00:26:25 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 22 17:27:52 2021 -0700 |
tree | 5e82da584905d2282a2f26efce6585519f4369d7 | |
parent | a8d637df86a06ef183218a7a7e99b77a7e21e7d6 [diff] |
[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
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
.