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

Split WINDOW_UPDATE into MAX_DATA and MAX_STREAM_DATA #450

Merged
merged 6 commits into from Apr 25, 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
14 changes: 7 additions & 7 deletions draft-ietf-quic-transport.md
Expand Up @@ -2810,13 +2810,13 @@ merely aesthetically displeasing, or architecturally dubious).
The initial contents of this registry are shown in
{{iana-tp-table}}.

| Value | Parameter Name | Specification |
|:-------|:--------------------------|:------------------------------------|
| 0x0000 | stream_fc_offset | {{transport-parameter-definitions}} |
| 0x0001 | connection_fc_offset | {{transport-parameter-definitions}} |
| 0x0002 | initial_stream_limit | {{transport-parameter-definitions}} |
| 0x0003 | idle_timeout | {{transport-parameter-definitions}} |
| 0x0004 | truncate_connection_id | {{transport-parameter-definitions}} |
| Value | Parameter Name | Specification |
|:-------|:------------------------|:------------------------------------|
| 0x0000 | initial_max_stream_data | {{transport-parameter-definitions}} |
| 0x0001 | initial_max_data | {{transport-parameter-definitions}} |
| 0x0002 | initial_max_stream_id | {{transport-parameter-definitions}} |
| 0x0003 | idle_timeout | {{transport-parameter-definitions}} |
| 0x0004 | truncate_connection_id | {{transport-parameter-definitions}} |
{: #iana-tp-table title="Initial QUIC Transport Parameters Entries"}


Expand Down