[roll] Roll fuchsia [netstack3] Support PSH bit in Segment struct

Add support for keeping track of the PSH bit in the Segment struct,
which is then relayed to the segment builder when preparing to send a
segment.

While I'm here, rework a bit the Segment struct:

- Make the header and data fields private, so we can have strong
  statements about the relationship between the header and the payload.
- Change the many constructors to take a header and data instead of many
  arguments, so it's easier to expand with new fields as we go.

Original-Bug: 399704394
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249784
Original-Revision: 4c0c61ef8cabcde7eaa8d17f4e53136486237b40
GitOrigin-RevId: ca248c3bc4fbe34e89444e0496f7e16a0e1feb7d
Change-Id: I19495e8d5f201886b9c78b6c95535cb409be59f6
1 file changed
tree: a3c8a8af1c1e69b8090a1bf58c701e304fb6dad2
  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 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.