Commit Graph

2 Commits (a9bf6bbd0ee43bcc4f984d5bb8f66f7d30eca7b7)

Author SHA1 Message Date
Philippe Antoine f295cc059d quic: handle fragmented hello over multiple packets
Ticket: 7556

To do so, we need to add 2 buffers (one for each direction)
to the QuicState structure, so that on parsing the second packet
with hello/crypto fragment, we still have the data of the first
hello/crypto fragment.

Use a hardcoded limit so that these buffers cannot grow indefinitely
and set an event when reaching the limit
5 months ago
Philippe Antoine f242fb7f22 quic: events and rules on them 3 years ago