gfe-relnote: n/a(test only code) switch from unordered_set to multimap.

The order of elements in std::unordered_set is not consistent in different
platforms. However, the existing test requires the order of the elements to be
sorted according to key.

PiperOrigin-RevId: 244264305
Change-Id: I9f45e5b95d3ec17d68ff9bb95f1a34e4b398b900
1 file changed
tree: 0329098e774ccd78b4a400a49b13631028cd6c56
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.