Skip to content

recovery: retransmit blocked frames after loss - #2667

Open
xgame92 wants to merge 1 commit into
cloudflare:masterfrom
xgame92:fix/retransmit-blocked-frames
Open

recovery: retransmit blocked frames after loss#2667
xgame92 wants to merge 1 commit into
cloudflare:masterfrom
xgame92:fix/retransmit-blocked-frames

Conversation

@xgame92

@xgame92 xgame92 commented Aug 27, 2026

Copy link
Copy Markdown

Summary

  • retransmit lost DATA_BLOCKED frames while the connection remains blocked at the same limit
  • retransmit lost STREAM_DATA_BLOCKED frames while the stream remains active and blocked at the same limit
  • suppress stale retransmissions after flow-control increases, local write shutdown, or peer STOP_SENDING
  • cover Cubic and BBR2 with receiver-observable ACK-loss tests

Testing

  • cargo +nightly fmt -- --check
  • cargo clippy --release --features=async,ffi,qlog --workspace -- -D warnings
  • cargo test --release --all-targets --features=async,ffi,qlog --workspace
  • cargo test --release --doc --features=async,ffi,qlog --workspace

Fixes #2644

@xgame92
xgame92 requested a review from a team as a code owner August 27, 2026 19:01
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.

DATA_BLOCKED / STREAM_DATA_BLOCKED are not retransmitted after loss

1 participant