Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

TODO: Verify streams opened out of order #80

Closed
jasnell opened this issue Aug 21, 2019 · 3 comments
Closed

TODO: Verify streams opened out of order #80

jasnell opened this issue Aug 21, 2019 · 3 comments

Comments

@jasnell
Copy link
Member

jasnell commented Aug 21, 2019

QuicStream ... Implement test verifying that "A stream ID that is used out of order results in all streams of that type with lower-numbered stream IDs also being opened."

Type: test
Priority: high

@addaleax
Copy link
Member

addaleax commented Oct 8, 2019

Since ngtcp2 doesn’t allow opening streams with specified IDs, am I correct in assuming that “out of order” here means that the opening packet for stream N+1 is received before the opening packet for stream N because UDP packets can arrive out of order? Or is there actually a way to make this happen explicitly?

@jasnell
Copy link
Member Author

jasnell commented Oct 8, 2019 via email

@jasnell
Copy link
Member Author

jasnell commented Dec 1, 2019

Have verified that ngtcp2 is handling this for us. There's nothing for us to do here.

@jasnell jasnell closed this as completed Dec 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants