Refactor out the logic which responds to connectivity probing and connection migration from QuicConnection::OnPacketComplete(). No behavior change, not protected.

Split the logic into IETF branch and GQuic branch.

PiperOrigin-RevId: 324848626
Change-Id: I2444f6697c524cafc35e3036e81818eb1c8213d2
2 files changed
tree: 17157bea885fb3299f68119efce94becdb1d7a1d
  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.