[roll] Roll fuchsia [netstack3] Add DatagramSocketOptions struct

Add a new DatagramSocketOptions struct that's used to store common
options for datagram sockets that are set separately for each stack
in dual-stack sockets. This avoids duplicate implementations of the
SendOptions trait.

Original-Bug: 331651296
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1041945
Original-Revision: 68011e84fdf5893f2e61d6fc45e8bfc7dcdc07a6
GitOrigin-RevId: 3dcd9e59198a0c1afbc9266f288cce941c545d86
Change-Id: I1fd8a84b598ac568fc4e40a02316bbdbda31d84a
1 file changed
tree: 6d43d97115a08b773fc6514d0eaa2bfd7c1c2ef2
  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.