Deprecate quic_do_not_accept_stop_waiting now that IETF QUIC is coming and doesn't have stop waiting.

Never verified because the code was never executed in production.

PiperOrigin-RevId: 333293434
Change-Id: I952d1fa8fef6a8cb88275074e6bba14f0a0fc55d
2 files changed
tree: 371e0af84f6938e4b45a43c66710149bb89e7f9f
  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.