Kuroame
Kuroame
Sorry for the confusion, my current situation is: on the SERVER side, it is sending a lot of STREAM frames and receiving similar amount of ACK frames. > IIUC, you're...
Thanks for your response! I agree that this would advanced logic in tools to achieve `default_frame`. My original intend is to only apply this field to STREAM/ACK frames, since they...
After applying `frames_created` and `frames_processed` to only consecutive STREAM and ACK frames, I have observed 70~80% space save in the final qlog. These event types prove to be very useful...
> IIUC, you have now created a custom frames_created event that makes use of your proposed default_frame field, right? And that approach saves you 70 to 80% of qlog size....
About this structure ``` frames_processed : { frames:Array, packet_numbers?:Array } ``` How do we log the packet_numbers when we have multiple frames in one packet? My suggestion is we log...