[roll] Roll fuchsia [packet-formats] Transport packet builder checksum offloading support

The TCP and UDP serialization contexts can now indicate to the builder
that it should only compute the checksum over the pseudo-header rather
than the entire packet.

Note that this feature does not support skipping checksum computation
entirely. At a minimum, the pseudo-header checksum should always be
computed so that the resulting packets are not flagged as invalid by
tools like Wireshark.

Original-Bug: 485599557
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1603276
Original-Revision: 7db378f575825fd22b10454875db333f0e4c8c23
GitOrigin-RevId: 9c4f5534417875bae84b9920fb2bc0b160b11cc0
Change-Id: I8445e156329d26daa7293a0d88ad7b2b24376d79
1 file changed
tree: 36983080b4e964b444fa33d9af64c1b48cac19ce
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.