[roll] Roll fuchsia [netstack3] Extract congestion control parameters into a struct

Instead of letting each algorithm hold their cwnd/ssthresh params, we
store them in the top level `CongestionControl` struct. This gives us
better encapsulation.

Context: https://fuchsia-review.git.corp.google.com/c/fuchsia/+/753323/8/src/connectivity/network/netstack3/core/src/transport/tcp/congestion/cubic.rs#45
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755163
Original-Revision: b52b7aa56dbe0600cb32e06b05c360c211cf6700
GitOrigin-RevId: 7b81f931aa3bb678774e6cc9a34610de49132512
Change-Id: Ie41abd8dddd1e334e6bd0cb8ff75d7874e6438a3
1 file changed
tree: 9f822767e011ecc4dbe09b61e31eec5e0ad7ceaf
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.