We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The API and the underlying QUIC stack mentions that it supports back pressure from the receiver to the sender through ACKs.
From this, one might assume that a receiver may thottle its reception independently for streams it controls, say stream A, B and C.
Q: Does this mean a receiver can throttle reception? I.e. consume C at full speed, but intentionally throttle A and B to give C priority?
If so, should we make this explicit with a use case or an example?
The text was updated successfully, but these errors were encountered:
Meeting:
Sorry, something went wrong.
Rough idea for an example might be:
Strictly speaking the lack of an example needn't hold up CR.
jan-ivar
No branches or pull requests
The API and the underlying QUIC stack mentions that it supports back pressure from the receiver to the sender through ACKs.
From this, one might assume that a receiver may thottle its reception independently for streams it controls, say stream A, B and C.
Q: Does this mean a receiver can throttle reception? I.e. consume C at full speed, but intentionally throttle A and B to give C priority?
If so, should we make this explicit with a use case or an example?
The text was updated successfully, but these errors were encountered: