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

Latency Spin Bit, 2018 edition #1046

Closed
wants to merge 4 commits into from
Closed
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
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -469,7 +469,7 @@ Key Phase Bit:
recipient of a packet to identify the packet protection keys that are used to
protect the packet. See {{QUIC-TLS}} for details.

Latency Spin Bit:
Latency Spin Bit:

: The fourth bit (0x10) of octet 0 is the latency spin bit; which is set as
described in {{spin-bit}}.
Expand Down Expand Up @@ -806,7 +806,7 @@ each endpoint as follows:
the server, if the packet has a short header and if it increases the
highest packet number seen by the client from the server, it sets the spin
value to the opposite of the spin bit in the received packet.

* The server initializes its spin value to 0. When it receives a packet from
the client, if that packet has a short header and if it increases the
highest packet number seen by the server from the client, it sets the spin
Expand Down