Skip to content
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

feat(getopt): support statistics_v2 #303

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

qzhuyan
Copy link
Collaborator

@qzhuyan qzhuyan commented Oct 4, 2024

No description provided.

@qzhuyan qzhuyan force-pushed the dev/william/statistics_v2 branch from 08aa33a to 0e1b008 Compare October 4, 2024 12:27
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11179915762

Details

  • 21 of 21 (100.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.06%) to 86.418%

Files with Coverage Reduction New Missed Lines %
c_src/quicer_config.c 2 87.31%
Totals Coverage Status
Change from base Build 11161967433: 0.06%
Covered Lines: 3913
Relevant Lines: 4528

💛 - Coveralls

STAT_TUPLE_U32(ATOM_QUIC_GREASE_BIT_NEGOTIATED, GreaseBitNegotiated),
STAT_TUPLE_U32(ATOM_QUIC_ECN_CAPABLE, EcnCapable),
STAT_TUPLE_U32(ATOM_QUIC_ENCRYPTION_OFFLOADED, EncryptionOffloaded),
STAT_TUPLE_U32(ATOM_QUIC_RESERVED, RESERVED),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: this sounds like it's not a statistic?

Copy link
Collaborator Author

@qzhuyan qzhuyan Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably not, but it is in the struct, I think it is no harm to have it here.
https://github.com/microsoft/msquic/blob/40799b5057cb1e46869cd9098dd10504d96357bb/src/inc/msquic.h#L518

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double-check it is reserved bits, so it should be fine.

@qzhuyan qzhuyan merged commit ea3ad60 into emqx:main Oct 4, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants