New V2 QUIC_BUG macros that take an ID.

Context: go/gfe-bug-improvements.

V2 GFE_BUG macros were added in cl/356332349. This CL adds corresponding QUIC_BUG flavors.

PiperOrigin-RevId: 361552030
Change-Id: I9e3e1d204df898f21903750b7fd8a4d3eb98dd9c
1 file changed
tree: 1846c02a30dfa657495f759c11ba41b48a7937e4
  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.