[roll] Roll fuchsia [netstack3] Deliver multicast UDP to listeners

Deliver incoming UDP packets with multicast destination addresses to all
matching sockets. This is currently limited to listener sockets, since
it is not possible to create a connected socket that is bound to a local
multicast address. Support for creating connected sockets bound to a
multicast address will be added in a future commit.

Original-Bug: 39479
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/682943
Original-Revision: d5e7309befbfbbcae3ba1e6a478b0e13456f4187
GitOrigin-RevId: eb42c5c0374f107938e50d55740b04b1d27969a7
Change-Id: I565a07a9a8413cb8bb374a64199f6bc8a819d2e2
1 file changed
tree: 5684ab1455fd22410abcc7cd10b0470d49473cbd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.