Record the following STARTUP stats in QUIC BBRv2:
- slowstart_packets_sent
- slowstart_packets_lost
- slowstart_bytes_sent
- slowstart_bytes_lost
- slowstart_num_rtts

PiperOrigin-RevId: 366319931
Change-Id: I9031da390bd5efc44f1d8afc45be76564a08c205
1 file changed
tree: ecdf4b42815179d260b9db4f889c7443e3639fdf
  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.