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

Quic: Ack overflow probes, 10x idle_timeout buffer #4188

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

akhinvasara-jumptrading
Copy link
Contributor

This PR adds probe points related to ACK behavior, and a new metric for when the ACK buffer overflows.

@ripatel-fd
Copy link
Contributor

@akhinvasara-jumptrading

src/waltz/quic/fd_quic_ack_tx.c:28:38: error: parameter 'ack_overflow_cnt' set but not used [-Werror,-Wunused-but-set-parameter]
                 ulong             * ack_overflow_cnt ) {

@mmcgee-jump
Copy link
Contributor

Fix the commit message please

@akhinvasara-jumptrading akhinvasara-jumptrading changed the title quic: Ack overflow probes and metrics Quic: Ack overflow probes, 10x idle_timeout buffer Feb 11, 2025
@@ -945,7 +945,7 @@ dynamic_port_range = "8900-9000"
idle_timeout_millis = 10000

# Max delay for outgoing ACKs.
ack_delay_millis = 50
ack_delay_millis = 25
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we changing the max ack delay in the default.toml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Using this branch mostly for testing rn, but just worth noting 25 is what the QUIC spec recommends. Directionally, this may contribute to our under-delivery issue (although unlikely)

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure we have an under-delivery issue :-)
But PRs that add tests or change testing behavior should not change production config, as a general rule.

@akhinvasara-jumptrading akhinvasara-jumptrading marked this pull request as draft February 11, 2025 20:32
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