[roll] Roll third_party/pigweed pw_rpc_transport: Close sockets when stopping

Also, when closing sockets, disconnect the underlying sockets by using
the socket shutdown API. This unblocks socket recv and accept calls.

Original-Bug: 309680612
Test: Verified socket unit tests pass.
Test: See details in testing done comment in the code review.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/179591
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 50d8c114135f26bd613baa99615e685a869b50b2
GitOrigin-RevId: c09adc5f67b006db110110b90cb7c203aab570ba
Change-Id: I1f5ab18c03289299361201fa145e7929143afb94
1 file changed
tree: 4e45ebc1ca9c67c0546e9665c40716f7a0bfb3c2
  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.