Commit Graph

2 Commits (35d7d77ddb05bc3ba6df6e21e8fe7afe6d8aec1d)

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