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

Reduce the number of offset lengths in a stream frame #430

Merged
merged 2 commits into from
Apr 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ STREAM frames implicitly create a stream and carry stream data. The type byte
for a STREAM frame contains embedded flags, and is formatted as `11FDOOSS`.
These bits are parsed as follows:

* The first two bit must be set to 11, indicating that this is a STREAM frame.
* The first two bits must be set to 11, indicating that this is a STREAM frame.

* `F` is the FIN bit, which is used for stream termination.

Expand Down Expand Up @@ -1410,7 +1410,7 @@ opportunistic acknowledgement attacks.
The type byte for a ACK frame contains embedded flags, and is formatted as
`101NLLMM`. These bits are parsed as follows:

* The first two bits must be set to 101 indicating that this is an ACK frame.
* The first three bits must be set to 101 indicating that this is an ACK frame.

* The `N` bit indicates whether the frame has more than 1 range of acknowledged
packets (i.e., whether the ACK Block Section contains a Num Blocks field).
Expand Down