Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a STOP_SENDING frame to yamux #627

Open
sukunrt opened this issue Aug 28, 2024 · 1 comment
Open

Add a STOP_SENDING frame to yamux #627

sukunrt opened this issue Aug 28, 2024 · 1 comment

Comments

@sukunrt
Copy link
Member

sukunrt commented Aug 28, 2024

It's useful to signal to the peer that you have stopped reading on a stream. This only resets the read half of the stream.

QUIC has STOP_SENDING frame for this: https://www.rfc-editor.org/rfc/rfc9000.html#name-stop_sending-frames

We can consider adding something similar for yamux.

@MarcoPolo
Copy link
Contributor

While we're adding frames, maybe we can add a grease bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

2 participants