[roll] Roll third_party/pigweed pw_rpc_transport: Add LocalRpcEgress

Adds means to handle locally-destined RPC packets to pw_rpc_transport.
The main class is LocalRpcEgress which implements RpcEgressHandler and
ChannelOutput. It can be used to direct incoming RPC packets to a packet
processor in a way that doesn't block the sender. Internally it's using
PacketQueue to store incoming packets for processing.

Also adds ServiceRegistry class which wraps an RPC ClientServer class to
simplify routing the received RPC packets to their target service
(by peeking at their metadata).

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/141271
Original-Revision: 470c6247f1342f335cf9bb4fbbbf9c0ec6f6ac7a
GitOrigin-RevId: 370b9b00cfb995b4c8dff3945b70de90ea4b8f43
Change-Id: I1a1eb9ffbb67ad48a8b3616cde3505171cb3d51c
1 file changed
tree: 6e2f84a39279c16928807288e72f1a755484ef01
  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.