std::deque cleanup in quic_unacked_packet_map.h

quic_unacked_packet_map.h does not use std::deque since cl/356316368.

PiperOrigin-RevId: 372551116
Change-Id: I2e590da21b1b6604fcc05a6f32bae24008cb4c5a
1 file changed
tree: 911ac8940b20856a798c2eb45b2286b223f4bba0
  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.