[roll] Roll fuchsia [netstack3] Avoid racing shutdown signal

Caught in a flaking test since we started returning the right connect
errors. There was a race with the receive task half-closing the zircon
socket (via set_disposition) and both the receive task and send task
together closing the socket.

When core drops both send and receive buffers, bindings doesn't need
to set the disposition bit, so add a check on the receive task to look
if the send buffer still exists (given core drops both atomically when
moving to the Closed state).

Multiply: fuchsia-pkg://fuchsia.com/netstack3-c-api-tests#meta/netstack3_streamsocket_test.cm
Original-Fixed: 469219374
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1452816
Original-Revision: 71a113cc83e3f3be86fa99411d01338ffc38dfd4
GitOrigin-RevId: c3aec9d5efbea2c02cb3f82489671b649e3194b3
Change-Id: I4266d934db0e83e059816895abe69b8e082ac9f0
1 file changed
tree: 1f83c42ea6ef53c2dc2dbbbc467bac3e9765a1f3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.