[roll] Roll fuchsia [ffx] avoid rcs -> manual target state transtions

RCS states are somewhat precious, as they carry the fixed notion that a
target has an Overnet Peer ID, and they will not be re-observed until
Overnet observes the peer leaving the mesh and returning, which would
only occur if all possible transport routes are lost.

State management of targets is still spread across the code base in too
many places, but this takes another step to centralize the transition
graph into update_connection_state. A follow up change would do well to
drop the closure from update_connection_state, that would remove the
remaining cases of distributed state graph design.

Original-Fixed: 83145
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/572057
Original-Revision: 4db934b023949af209e4d62a93a3aafa9dc91045
GitOrigin-RevId: 4de0442a0cdd7fd4ea3a4f106435480aba471d4f
Change-Id: I39291f4c9a27987da479a92b61465f22c85c9bd4
1 file changed
tree: f80c481916f817c8455c478f6c1fd100696fb41d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.