]> git.ipfire.org Git - thirdparty/suricata.git/commit
quic: discard late retry packets
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 21 Feb 2025 09:38:06 +0000 (10:38 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 21 Feb 2025 13:57:20 +0000 (14:57 +0100)
commit726de5520f77e778cd2511bf262611079ae2528d
treeade912979262af8c7084df33abf28d3e57de15a3
parente45204aecf03eaeb67f33078891f3b589652a062
quic: discard late retry packets

Ticket: 7556

See RFC 9000 section 17.2.5.2 :
After the client has received and processed an Initial
or Retry packet from the server,
it MUST discard any subsequent Retry packets that it receives.
rust/src/quic/quic.rs