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

Make initial_max_stream_id_* optional and default to zero #971

Merged
merged 4 commits into from Nov 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -1159,7 +1159,7 @@ initial_max_stream_id_bidi (0x0002):
maximum bidirectional stream ID is set to 0 if this parameter is absent,
preventing the creation of new bidirectional streams until a MAX_STREAM_ID
frame is sent. Note that a default value of 0 does not prevent the
cryptographic handshake stream (that is, stream 0) to be used.
cryptographic handshake stream (that is, stream 0) from being used.

initial_max_stream_id_uni (0x0008):

Expand Down