commit | 072da7cf7c5fccf1a3a058c59d8d44e6638ac1c7 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue May 07 17:57:42 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 07 21:03:30 2019 -0700 |
tree | 99cd53afd03472493ac0afa628c87dd2b90112a6 | |
parent | c2fba1112782fca82c93d3d9b1f8cd9cfe013b7f [diff] |
Make server drop IETF QUIC Version Negotiation packets It is invalid for a client to send a Version Negotiation packet. Servers should drop them instead of trying to parse them as a packet for unsupported version 0. gfe-relnote: drop version negotiation, protected by gfe2_restart_flag_quic_server_drop_version_negotiation PiperOrigin-RevId: 247126958 Change-Id: Ia7272de96fa750ec5b4743b6596fc70c8ce5d128
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.