Fix constants in test so that they compile in Chromium

Several constants need a u

gfe-relnote: N/A just test code.
PiperOrigin-RevId: 244853842
Change-Id: Idba3c2a498e06a9074a2213a83fa9aad9ce45f98
1 file changed
tree: 7c87daf227c9cd8d5e633886117fb1471918658c
  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.