Skip to content

Conversation

@toidiu
Copy link
Contributor

@toidiu toidiu commented Sep 27, 2025

By default quiche increases the packet and time loss thresholds on spurious loss. This change disables the dynamic behavior to allow for running experiments

By default quiche increases the packet and time loss thresholds on
spurious loss. This change disables the dynamic behavior to allow for
running experiments
@toidiu toidiu requested a review from a team as a code owner September 27, 2025 06:23
if self.disable_dynamic_loss_threshold {
return;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Would be good to have a second option to just disable this line:
self.time_thresh = PACKET_REORDER_TIME_THRESHOLD;

We'ld like to measure the benefits of this PR: https://github.com/cloudflare/quiche/pull/2145/files#

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea good point.

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.

2 participants