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

Packet number echo with fixed-length, 32-bit packet and echo numbers #368

Closed
5 changes: 2 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -478,9 +478,8 @@ Encrypted Payload:

: Packets with a short header always include a 1-RTT protected payload.

The packet type in a short header currently determines only the size of the
packet number field. Additional types can be used to signal the presence of
other fields.
The packet type in a short header is used to deterine the fields that are
present in a short header and their length.

| Type | Packet Number Size | Packet Number Echo Size |
|:-----|:-----------------------|-------------------------|
Expand Down