[roll] Roll fuchsia [netstack3] Use a single ID for ICMP sockets.

Note that this change does not guard against bugs if you use a wrong
type of socket ID. The rationale is that this is a transitory state
and the refactor to use `DatagramSocketSpec` to implement ICMP sockets
will change most of the existing functions. There is currently also no
usage of ICMP sockets elsewhere, so keeping the throwaway work minimal
as long as the tests are passing.

Original-Bug: 125482
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/902099
Original-Revision: ebdff69d77b94abff8b70da4dd179ad10a8d4c52
GitOrigin-RevId: 4bfa8839be9a1d835d0ad2c39a2b2b69666249a7
Change-Id: I471d422f32d95a3aaf3cdfff4a6051aa74aea4f8
1 file changed
tree: 70149961dae205d230e974c1120c216cba791922
  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.