gfe-relnote: In QUIC bbr sender, fix calculation of bytes_lost when gfe2_reloadable_flag_quic_one_bw_sample_per_ack_event is on. Protected by v2 flag gfe2_reloadable_flag_quic_one_bw_sample_per_ack_event2.

Also added a unit test to ensure bytes_lost is used to update recover window.

PiperOrigin-RevId: 289101409
Change-Id: I17ff916303af25a3967fb0559bbc50ec4ace4122
4 files changed
tree: ea0089c1c77a73eff75e89676f62288db2dd514d
  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.