Skip to content

feat: support QUIC ACK Frequency - #531

Open
SC123667 wants to merge 1 commit into
Tencent:developfrom
SC123667:codex/support-ack-frequency-406
Open

feat: support QUIC ACK Frequency#531
SC123667 wants to merge 1 commit into
Tencent:developfrom
SC123667:codex/support-ack-frequency-406

Conversation

@SC123667

Copy link
Copy Markdown

Summary

  • negotiate the min_ack_delay transport parameter and support ACK_FREQUENCY / IMMEDIATE_ACK frames
  • apply draft-14 sequence, packet-threshold, requested-delay, reordering, loss/retransmission, and PTO behavior
  • expose Rust and C APIs, add qlog output, and cover negotiation plus the draft reordering examples

Testing

  • cargo test --all-features
  • all eight no-default-feature combinations from .github/workflows/tquic-features.yml
  • cargo clippy --all -- -D warnings
  • cargo clippy --all -F ffi -- -D warnings
  • cargo fmt --all -- --check
  • cc -fsyntax-only -x c -Ideps/boringssl/src/include include/tquic.h

resolve #406

@SC123667
SC123667 marked this pull request as ready for review August 11, 2026 11:03
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.

Support QUIC Acknowledgment Frequency

1 participant