]> git.ipfire.org Git - thirdparty/suricata.git/commit
quic: discard late retry packets 12661/head 12663/head
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 21 Feb 2025 09:38:06 +0000 (10:38 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Sun, 23 Feb 2025 20:24:27 +0000 (21:24 +0100)
commit05bf4a8dece772495c815866d395ea2ac103d9cd
tree1cc560f0430d066f3649eb91a63cd82d9d313708
parent530f1a40e467e2992266d098c0ac406bcd556f32
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.

(cherry picked from commit 726de5520f77e778cd2511bf262611079ae2528d)
rust/src/quic/quic.rs