Always use bind-to-zero for port selection in QUIC tests.

It's more portable and less prone to race conditions.

PiperOrigin-RevId: 340541784
Change-Id: I63c85382eb0067b8d52da02369e16f97b3920015
2 files changed
tree: 6fd6b65c453129c7e8577814f94b8f9e3d616947
  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.