[roll] Roll fuchsia [netstack3] Introduce new SegmentHeader type

This will be used for conntrack, since it doesn't care about the
payload, but only the header fields.

Also split the len() method from the Payload trait into its own
PayloadLen trait. Conntrack will only care about the length of the
segment, and this split lets us be more precise with the types.

Original-Bug: 328064736
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087036
Original-Revision: 5e50556ff30919debb642b5e12f31f8295a95e6f
GitOrigin-RevId: 1dc574c6189b105ba5c4a2f3e1211e6559e899c9
Change-Id: I8626d9a8bc643a5246f2845e2adf15b3adec8adc
1 file changed
tree: 0d5095aeaaaffdf1d246020d3665c30e7fa34dc7
  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.