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

Fragmentation and lease vs flow control #195

Closed
fiorix opened this issue Feb 24, 2017 · 2 comments
Closed

Fragmentation and lease vs flow control #195

fiorix opened this issue Feb 24, 2017 · 2 comments

Comments

@fiorix
Copy link

fiorix commented Feb 24, 2017

Is it correct to assume the following:

  1. Lease: from the lease perspective each frame counts towards the lease regardless of fragmentation

  2. Flow control: multiple fragments of the same stream count as one RS towards N from the previous RequestN

@benjchristensen
Copy link
Contributor

Lease only applies to incoming requests, so whether it is fragmented or not doesn't affect that.

request(n) applies to PAYLOAD frames, multiple fragments of a single payload count as 1 credit.

@fiorix
Copy link
Author

fiorix commented Feb 24, 2017

Thanks for clarifying. Maybe your last phase could be added to the fragmentation section of the spec for others to be clear on this as well.

@fiorix fiorix closed this as completed Feb 26, 2017
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

No branches or pull requests

2 participants