Skip to content

Commit

Permalink
Address more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jul 28, 2020
2 parents 551461e + 3480bc2 commit 71edf40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -5278,11 +5278,11 @@ Largest Acknowledged:
ACK Delay:

: A variable-length integer representing the time delta in microseconds between
when the ACK frame was sent and when the largest acknowledged packet, as
indicated in the Largest Acknowledged field, was received by this peer. This
acknowledgement delay in the ACK Delay field is scaled by multiplying the
encoded value by 2 to the power of the value of the ack_delay_exponent
transport parameter set by the sender of the ACK frame; see
when largest acknowledged packet, as indicated in the Largest Acknowledged
field, was received and the ACK frame was sent. The ACK Delay field carries
this encoded time delta. It is decoded by multiplying the value in the ACK
Delay field by 2 to the power of the value of the ack_delay_exponent transport
parameter set by the sender of the ACK frame; see
{{transport-parameter-definitions}}. Scaling in this fashion allows for a
larger range of values with a shorter encoding at the cost of lower
resolution. Because the receiver doesn't use the value in the ACK Delay field
Expand Down

0 comments on commit 71edf40

Please sign in to comment.