[roll] Roll fuchsia [netstack3] Apply selected multicast interface on connect()

Previously selected multicast interface in SendOptions was applied only
for sendto(). It should be applied when connecting the socket in order
to select the correct route and bind the socket to the correct local
IP. This CL removes the option from SendOptions. Instead it's applied
for datagram sockets from DatagramSocketOptions.
Tests for this functionality are added in follow-up CLs.

Original-Bug: 331651296
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1041946
Original-Revision: 493091313657bb44898d5a70a8652a5acbc3c2b0
GitOrigin-RevId: 3648e68d8779c935d2b03eeb19cdddb58fb54772
Change-Id: I273dfabd112229ea991801cff408742e515e66fd
1 file changed
tree: a032906bf12d0be7d2b60aa038fe34d8742ad55b
  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 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.