quicwg / qlog

The IETF I-D documents for the qlog format
Other
86 stars 13 forks source link

Add support for logging unknown parameters #440

Closed hawkinsw closed 1 month ago

hawkinsw commented 1 month ago

Add support for logging unknown parameters (including parameters set during connection recovery and parameters restored during 0-RTT).

Closes #436.

rmarx commented 1 month ago

@hawkinsw thanks for this! As you saw, I had already made a stab at this at #438. Yours had some good things in it, so I merged them in my PR and will close this one.

I also did drop a few things from this though, mostly due to how we do qlog in general + the logic behind restored parameters:

Thanks again for your help on this!