[roll] Roll fuchsia Revert "[netstack3] Cleanup pending sockets from accept queue"

This reverts commit 9fa371d296e6bfc5957f6e99d53fa1f0116ab1d0.

Reason for revert: netstack3_core_lib_test

Original change's description:
> [netstack3] Cleanup pending sockets from accept queue
>
> If we receive a SYN and then a RST, the socket will be kept in limbo,
> since the pending socket is never ready to be accepted, it will take
> an entry in the queue forever, causing the listener not able to accept
> any new connection.
>
> Original-Bug: 330568199
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017592

Original-Bug: 330568199
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017832
Original-Revision: fa7b3b8adb2b8d1d4107c6259c8295a19919d68d
GitOrigin-RevId: 62fbe7fac6def6c65cbacd4f85aa09ac06f2fc1c
Change-Id: I25c61792a1e88f74dd3b2db11675b2bc083bf516
1 file changed
tree: 299542df38aba62899cbe6527d5c42ba7734027c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.