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

Disable QUIC ACK_FREQUENCY fuzz test #37913

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

martinduke
Copy link
Contributor

Commit Message: Disable Fuzz testing for legacy QUIC ACK_FREQUENCY frames
Additional Description: The QUICHE ACK_FREQUENCY implementation is badly out of date compared to the spec. Disable Fuzz Tests for the old format to avoid compiler failures while QUICHE development continues.
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

@martinduke
Copy link
Contributor Author

/assign @RyanTheOptimist

Copy link
Contributor

@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

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

Please fix DCO.

@@ -316,13 +316,18 @@ QuicPacketizer::QuicPacketPtr QuicPacketizer::serializePacket(const QuicFrame& f
return serializeMessageFrame(frame.message_frame());
case QuicFrame::kNewToken:
return serializeNewTokenFrame(frame.new_token());
#if 0
// TODO(martinduke): AckFrequency is undergoing major revision to update to
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess there's no tracking issue for QUICHE.

Signed-off-by: Martin Duke <[email protected]>
@martinduke martinduke force-pushed the disable-ack-frequency branch from d4ada10 to 446de3d Compare January 8, 2025 14:44
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.

3 participants