Commit graph

2 commits

Author SHA1 Message Date
Arne Welzel
586b7b94cb QUIC: Introduce discarded_packet() event
And include its occurrence into the history as X. The event raising is
configurable with a new const redef QUIC::max_discarded_packet_events.
2025-10-09 13:11:24 +02:00
Arne Welzel
14429cf297 QUIC: Skip packets with fixed_bit 0
The RFC specifies that QUIC packets with unset fixed_bit need to be
discarded. Do so.

Fixes #4847
2025-10-09 09:14:56 +02:00