Add has_ack to QuicTransmissionInfo. Currently, only used for logging purpose, not protected.

Add GetLastPacketContent to return a bitfield indicating the retransmittable frames in the last packet.

PiperOrigin-RevId: 326496264
Change-Id: I181c101907a85b1070c42fae32a61e3034e111d5
3 files changed
tree: ac909b8d6921dfd67ca2d84f8fc475776f5d8216
  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.