[roll] Roll fuchsia [netstack3] Add switch for sending test data

Many tests use the bind_listen_connect_accept_inner function to set up a
connected pair of sockets, but not all of them rely on the test data
that gets sent as part of that process. However, for an upcoming test
case, this test data breaks the test because it affects the advertised
windows.

Adding this flag required auditing the test cases to see whether they
actually relied on the data being sent, which for the most part they
don't.

Original-Bug: 372763809
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153712
Original-Revision: 95a87778cb1ba554d05eb4c3d0d808504f2eef10
GitOrigin-RevId: 8d70194342971c95025309183a16364314f09ccf
Change-Id: I6c239899350adcd526fa62c5a3f53b18d23389f4
1 file changed
tree: d16dd99369af5871c7078a96aa674c5a363f283b
  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.