[roll] Roll fuchsia [testing] Socket::create(0) -> Socket::create_stream

Migrates to the new infallible API. Empty socket options have a
bit pattern of 0's which is the same as SocketOpts::STREAM.

Original-Bug: 118832
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/800904
Original-Revision: 71865be1c6f1a7e2a86e345719f041bbb9d3b457
GitOrigin-RevId: ed97d7fb1b28e819b17dc33f3d728c75a2d672b5
Change-Id: I969d40a6bf3a9c68b8773093c261e6b32fa8b135
1 file changed
tree: cd06bfaba2a7a7d4c4726d11e1b11cfc385d8d43
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.