[roll] Roll fuchsia [netstack3] Remove ConvertSocketTypeState trait

Now that all socket state is held separately, remove this migration
crutch trait and inline the last vestiges of its uses. This removes a
bunch of `unreachable!`s and cleans up tech debt by further decoupling
the demultiplexing map and socket state.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899718
Original-Revision: f22ad43d71ae9dbe65a07218055e29d8c5ce765e
GitOrigin-RevId: 1ce68729c8a98ba732df8eeb7ca6b796d5b9576e
Change-Id: I67df7d491cd1bd322976bf1dfbab8596e4561f46
1 file changed
tree: 68a476da7b49b47a1eb6afae773bf04f7a35a1cd
  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.