[roll] Roll fuchsia [netstack3] Simplify TCP state unit tests

Add helpers to create Send and Recv structs with common parameters so we
don't have to repeat the entire structs so often.

While I'm here, standardize on starting these structs at TEST_IRS and
TEST_ISS whenever it makes sense. Some tests spawn more than 1 state
machine so they benefit from the `1` and `2` stanza in the old
constants, which are preserved but receive new values.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250224
Original-Revision: f6310ac22aa1b7f3c92c3578e3c480e01ce15845
GitOrigin-RevId: 0b711dc777a212d985425b0df4aa82c5bf636dea
Change-Id: I853b387e3cd0b0b796f25e270db2978d1edcc50b
1 file changed
tree: 74e76bd4d490470ee6762bed6d7ad8d1b02a102f
  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 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.