cloudflare / cloudflare/quiche
Implement reliable RESET_STREAM_AT transport semantics
- Dominant language
- Rust
- Stars
- 11.8k
- Forks
- 1.1k
- Avg merge
- 21h 9m
- Merged PRs (30d)
- 6
Description
quiche does not currently implement the transport semantics defined by
[draft-ietf-quic-reliable-stream-reset.](https://datatracker.ietf.org/doc/draft-ietf-quic-reliable-stream-reset/)
Current upstream core quiche has no complete RESET_STREAM_AT transport implementation. PR #2520 adds the frame to qlog, but does not implement any actual semantics like negotiation, stream-state handling, reliable-prefix retransmission, or application delivery.
We are implementing it in our fork currently anyway, so we would be interested in contributing it upstream once its settled.
Contributor guide
Research direction
Read the linked draft-ietf-quic-reliable-stream-reset specification and inspect PR #2520's qlog-only changes first. Done means implementing negotiation, stream-state handling, reliable-prefix retransmission, and application delivery for RESET_STREAM_AT, then validating the complete transport semantics against the specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100