Delay the first Initial ACK sent by the server so it can be bundled with the server's first Initial packet.

Protected by FLAGS_quic_reloadable_flag_quic_delay_initial_ack.

PiperOrigin-RevId: 338518843
Change-Id: Ib8cb7375f212ac5f028bd2c7f6a191278ac01540
5 files changed
tree: 9b66066eca8c92058c534e2b0e0797aaa84f0de1
  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.