gfe-relnote: (n/a) Add quic platform api to create BBRv2 sender, currently the implementation just creates a BBRv1 sender. No behavior change, not protected.

Merge note: third_party/quic/platform/impl/quic_bbr2_sender_impl.h needs to be copied to Chromium.

PiperOrigin-RevId: 252890529
Change-Id: I72b44e189675b397bb67bfd84e4bbb23cab11fcf
3 files changed
tree: d66b4ee35e67cc622aff5edf002a95e8d1a725a3
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.