commit | d4b82a2c62daf80b4813bea9e42bbe573366ae77 | [log] [tgz] |
---|---|---|
author | Peter DeLong <pdelong@fuchsia.infra.roller.google.com> | Tue Jul 23 15:45:28 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 23 08:47:13 2024 -0700 |
tree | 0d5095aeaaaffdf1d246020d3665c30e7fa34dc7 | |
parent | 6270cd4920cb292e2c1747113e7183037d252462 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.