[roll] Roll fuchsia [ffx][discovery] fix dangling mDNS query loop

As opposed to `Task::local(...).detach();`, now keep track of the
recv tasks for IpV4 and Ipv6 loops.

Note: `detach()` will cause the thread to not be stopped when the task
is dropped.

This will stop the Tasks (and therefore the dangling mdns traffic) that
the mdns_discovery lib was creating.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253433
Original-Revision: f583363dcbfe08cf92db6167db52e3164c12628d
GitOrigin-RevId: 56e9dbd632eb028778d7315f7e64397903cfae1c
Change-Id: I47519fa17cd5c57ef70fdc35bbb8f5cb348bf938
1 file changed
tree: 8bbc7f80d4829c12c680b1ed341bc092ec98b3ff
  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.