Apply the amplification limit for all packets, not just handshake packets in ietf quic.  also fixes an issue where shouldgeneratepacket doesn't check if the connection is connected.  protected by gfe2_reloadable_flag_quic_move_amplification_limit.

Because of lack of cert compression, set anti_amplification_factor to 5.

This change is from pending cl/313200305.

PiperOrigin-RevId: 313595976
Change-Id: Ia67e8c8faa6c17ebc682318047dc8996df55715f
11 files changed
tree: 862c1577b0105df6f0f4981748eb08376b700309
  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.