[roll] Roll fuchsia [netstack3] Fix a logic error when handling SYN for TIME_WAIT

A logic error of using `last_seq` instead of `last_ack` when checking if
the sequence number is acceptable has caused flakes in CI. This was not
caught by any unit test because the unit tests are deterministic and
they always use the same local port so that the same sequence number
being generated every time a new connection is created. However, a new
unit test is not added because it would assume the underlying hash algo,
which makes the test a change detector.

Multiply: netstack3_loopback_isolated_syscall_tests
Original-Fixed: 127205
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/858671
Original-Revision: 7ba1e56b8f29139ad913129daf87ad740c253f50
GitOrigin-RevId: 1cc47e45180c5aa62211e47d39c2193924a71270
Change-Id: Ie6f1ded719ca2557bb6c659d1bc7c3fc26b85a6c
1 file changed
tree: 2adef3b831d9a305516824527d57a82ed0c69fde
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.