[roll] Roll fuchsia [netstack3] Provide summary for socketmap addr tag

Instead of making the entire address vector available to socket
implementations for the purpose of computing the per-address tag values,
only provide a summary of the information. The tag computation doesn't
need to know, for example, whether a connected socket with a device
bound is bound to a loopback vs ethernet device, just that there is one.

This has the happy follow-on effect of letting us get rid of the
`Bound<S> : Tagged<AddrVec<I, D, A>>` bounds that were annoyingly viral
and therefore everywhere. Since there is a blanket impl in terms of `S:
SocketMapStateSpec`, that bound can now just be inferred.

Original-Bug: 21198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891172
Original-Revision: d568c462817915921372043967224aa39ed9b08a
GitOrigin-RevId: f47bf3204de7e9416d89c03f85df53946a5fbc6b
Change-Id: I425a828ab6b8d169c937fd75c38f8593e20d773a
1 file changed
tree: 303355c55bb3a951b5cbbf938987bda499c6573e
  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.