commit | 14965e13f936e147c4dbf832179d737d827367c3 | [log] [tgz] |
---|---|---|
author | wub <wub@google.com> | Mon Feb 01 13:05:37 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 01 13:07:57 2021 -0800 |
tree | ddfcadf1881b81a3314da28837ada42da0af00cc | |
parent | 3366808a277e0224a083af64a84274df198a9c89 [diff] |
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
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.