[roll] Roll fuchsia [netstack3] Introduce dgram non-dual-stack context

Add a trait for non-dual-stack operation of datagram sockets, and change
the existing method on DatagramBoundStateContext to return either an
implementation of the dual-stack context or an implementation of the
non-dual-stack context.

Original-Bug: 21198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/900500
Original-Revision: 3b9f4b8414592e5146f8d7835e7d824bfc4a6d54
GitOrigin-RevId: bb95c402db67081bfcb9d72325c50357bd64cd05
Change-Id: I81eac1273799c9830efc03d2645f0d865536a198
1 file changed
tree: c44881f100bad2912e60e283c94f17038ac83675
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.