gfe-relnote: Stop removing handshake packets from flight when the handshake timer causes them to be retransmitted.  Protected by gfe2_reloadable_flag_quic_loss_removes_from_inflight.

PiperOrigin-RevId: 244887395
Change-Id: I355da0f1a78e596e4d4bd2a2721c37d1cedc5806
3 files changed
tree: e2c4b832ef14a4706a2bb599c485f913394a1ac1
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.