[roll] Roll fuchsia [netstack3] Introduce UdpBindingsTypes

Introduce a trait allowing bindings to specify opaque data to be carried
with UDP sockets and bubble up all the type parameters necessary to
satisfy the traits.

Like for ICMP, we make the udp::Udp marker type take a BindingsTypes
parameter.

A follow-up CL will hook up the external data to the datagram module.

Original-Bug: 42076297
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995679
Original-Revision: 5a20354447638ca521d3e352c8a13953b100ded3
GitOrigin-RevId: 4a2b8966ce769b2d1fe91efea07b283d6f2c891e
Change-Id: I86e1a7387fd42c5f15b2d1c07b67a06efc0fafd0
1 file changed
tree: 92f4d6f8177c73620690e11d9e6aa9d7f856e5a7
  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.