-
Notifications
You must be signed in to change notification settings - Fork 581
Add Support for GetParam for Stat Sizes #5111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5111 +/- ##
==========================================
- Coverage 87.10% 86.83% -0.28%
==========================================
Files 59 59
Lines 18035 18048 +13
==========================================
- Hits 15710 15672 -38
- Misses 2325 2376 +51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicks but good to go otherwise.
Description
Add a new global parameter that returns the supported sizes of the QUIC_STATISTICS_V2 struct. Fixes #5110.
Testing
Updated. CI/CD
Documentation
Updated