commit | 0ef765a95fdba1514e66cf07f0f1d51428dba634 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Sat Jun 22 01:21:42 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 21 18:22:45 2024 -0700 |
tree | 3bdb678c00bc7120061e6d3eb4f96e46f74d714f | |
parent | fa4c5101e21a6becfe38efa9a3af983d71293f40 [diff] |
[roll] Roll fuchsia [netstack3] Fix TCP listening socket demux race A listening socket needs to get rid of its accept queue when it's closed by moving out of the `Listener` state just like what happens in `shutdown`. Add a loom test covering the race which looks very much like the one covering the race for the connect side. Original-Fixed: 338447544 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069781 Original-Revision: 7044b389fadc0a578cb273cc06215686ac6e9ec5 GitOrigin-RevId: 6249cfebfdb7191de69014c87a41c7f0c9ac311d Change-Id: I4f1ef53ec8bed1c96f0dafa137400bdb6f15eac7
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
.