Deprecate 3 members of NetworkParams that were used for cwnd bootstrapping:
- quic_fix_bbr_cwnd_in_bandwidth_resumption
- quic_bbr_fix_pacing_rate
- quic_bbr_donot_inject_bandwidth

In GFE, these members are always true.  In uStreamer, there was an effort to evaluate their effects via experiments, but the bugs referenced by the TODOs have all been closed.

PiperOrigin-RevId: 355008247
Change-Id: Ia810f7f6eb6037529b69c3b55343ea622366b6a8
2 files changed
tree: ddfcadf1881b81a3314da28837ada42da0af00cc
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.