You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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?
On Tue, Oct 8, 2019, 07:22 Anna Henningsen ***@***.***> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#80?email_source=notifications&email_token=AADLM6NHUU5LER4Y6RIRNNTQNSJQTA5CNFSM4IOONJU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAULAIQ#issuecomment-539537442>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADLM6JXVV5APSQIDZKD2SLQNSJQTANCNFSM4IOONJUQ>
.
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
The text was updated successfully, but these errors were encountered: