quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

FrameStats: cannot find documentation on the values #1617

Closed grooviegermanikus closed 1 year ago

grooviegermanikus commented 1 year ago

Hi. I really love your library and want to get more insights using the Stats feature. Yet I did not find a documentation on for example FrameStats.

Would you mind provide descriptions of each field?

Thanks a lot!

djc commented 1 year ago

The documentation mentions that these are the "[n]umber of frames transmitted of each frame type" -- each field maps to a frame type as described in https://www.rfc-editor.org/rfc/rfc9000.html#name-frame-types-and-formats.

grooviegermanikus commented 1 year ago

sure makes sense !! thanks a lot