Migrates quic's settingsframe from std::map to quichashmap.

There is no particular reason to use an ordered container, and std::map is not a very efficient data structure.

Note: this change makes an effort to preserve the existing order of serialized SETTINGS. Many tests fail if SETTINGS order is permuted.
PiperOrigin-RevId: 318555812
Change-Id: Ib3829c1013f70462ff90b946282933a59cf479ec
2 files changed
tree: 79e7c0c130a524819a9ec231ed4936518e625bb2
  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.