| commit | b7b7b1fa94bf24e78e969bd1fcb8524d533c041f | [log] [tgz] |
|---|---|---|
| author | Sergey Ulanov <sergeyu@fuchsia.infra.roller.google.com> | Mon May 06 18:16:57 2024 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon May 06 11:18:50 2024 -0700 |
| tree | a032906bf12d0be7d2b60aa038fe34d8742ad55b | |
| parent | 16ce270513f89cf52b741a912fb2f901c82f81ad [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.