[roll] Roll fuchsia [netstack3] TCP Cubic keep cwnd in multiples of MSS

Update the TCP Cubic implementation to ensure that cwnd is always an
even multiple of MSS. This requires updates at:
  1) The standard TCP Window Calculation, and
  2) the ssthresh calculation.

Original-Original-Bug: 404908966
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1646814
Original-Original-Revision: acac361ad145daf7919ce95c679d959f127dc53b
GitOrigin-RevId: ae547921b2bf72315c0cd56a8a978f7fee4d927b
Change-Id: I9f07301e7edb503456bee0798f90b03bc3a63a98
1 file changed
tree: f62d7336034b2f167ba7977f426fa50ed29d5a55
  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.