You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: More ECN stats
Inspired by @martinduke's [IETF presentation on
ECN](https://datatracker.ietf.org/meeting/122/materials/slides-122-tsvwg-udp-ecn-00),
add some more stats around what packet types we send and receive with different
ECN codepoints.
This will require additional glue code to ship these stats back as telemetry.
* fmt
* Improve coverage?
* Record ECN mark transitions
* Tweak output
* Output tweaks
* Add DSCP stats
* Update neqo-transport/src/stats.rs
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
* Fix rebase
* Update neqo-transport/src/stats.rs
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
* Suggestions from @mxinden
* Fixes and simplifications
* Update neqo-transport/src/connection/mod.rs
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
* Fix
* Update neqo-transport/src/connection/mod.rs
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
* Fixes
* Fix DSCP tracking and add some tests
---------
Signed-off-by: Lars Eggert <[email protected]>
Co-authored-by: Max Inden <[email protected]>
0 commit comments