Move num_failed_authentication_packets_received to QuicConnectionStats and fix QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey

QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey wasn't testing what it claimed since use_tagging_decrypter() had installed a decrypter at the ENCRYPTION_FORWARD_SECURE level.

PiperOrigin-RevId: 338760351
Change-Id: I33079112cb566bfcb54d81c46caa56f512b72267
5 files changed
tree: 20d5e1ff0b314e90c002540fd66a2bba174eb4fb
  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.