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

First pass at 7, 14, and 30-bit varint packet numbers #1334

Merged
merged 9 commits into from May 8, 2018
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -785,7 +785,7 @@ number are provided, as shown in {{pn-encodings}}.
| 0b0xxxxxxx | 1 octet | 7 |
| 0b10xxxxxx | 2 | 14 |
| 0b11xxxxxx | 4 | 30 |
{: #pn-encodings title="Short Header Packet Number Encodings"}
{: #pn-encodings title="Packet Number Encodings for Packet Headers"}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{: #pn-encodings title="Short Header Packet Number Encodings"}

Note that these encodings are similar to those in {{integer-encoding}}, but
use different values.
Expand Down