[roll] Roll fuchsia [devshell][ffx] is-listening-on-port ignores fin-wait-1 sockets

is-listening-on-port would return in the affirmative if there were
sockets in the fin-wait-1 state, even though these sockets would not
prevent the server from binding the port. It no longer does so.

Users should now be able to kill an emulator that has active
connections to the foreground repository server, stop the repository
server, and then immediately restart the server with e.g. "fx serve".

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1020295
Original-Revision: d12529f5834e45da96fe8fc4cee2111a2fa1ed1f
GitOrigin-RevId: dde37e5b0d9144f569b76c3a2f899df65d4d3355
Change-Id: Iefe390a8dafd32774570e7bdc98c64b69024ee29
1 file changed
tree: 061fec972e12cbae8a7cbe591a920b7aaa374c00
  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.