cloudflare / cloudflare/quiche

Implement reliable RESET_STREAM_AT transport semantics

Open
#2,564 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.