[roll] Roll fuchsia [netstack3] Prepare SeqRanges for SACK

Change seq_ranges::SeqRange to always uphold the invariant that it is a
valid non empty range.

This allows the many callsites to read its length directly more easily.

Add a return boolean to insert which indicates whether the insertion
added new bytes to the structure.

Sets us up to better type safety for introduction of SACK scoreboard in
follow up change.

Original-Bug: 42078221
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243364
Original-Revision: a67b74602b6fc9463dd703d42884871ff101ea6e
GitOrigin-RevId: 864b495c946a15bc995447f1ea200a966c5f49a5
Change-Id: I112a14141319230a05d35c1bb9b2d280e5a8662e
1 file changed
tree: 1253195302e8359ba60d2c47d601184cbb691acf
  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.