Skip to content

Commit

Permalink
Reorder "Variables of Interest"
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Aug 25, 2019
1 parent 6d8305b commit 470445d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions draft-ietf-quic-recovery.md
Expand Up @@ -988,18 +988,6 @@ kPacketNumberSpace:
Variables required to implement the congestion control mechanisms
are described in this section.

loss_detection_timer:
: Multi-modal timer used for loss detection.

pto_count:
: The number of times a PTO has been sent without receiving an ack.

time_of_last_sent_ack_eliciting_packet:
: The time the most recent ack-eliciting packet was sent.

largest_acked_packet\[kPacketNumberSpace]:
: The largest packet number acknowledged in the packet number space so far.

latest_rtt:
: The most recent RTT measurement made when receiving an ack for
a previously unacked packet.
Expand All @@ -1020,6 +1008,18 @@ max_ack_delay:
actual ack_delay in a received ACK frame may be larger due to late timers,
reordering, or lost ACKs.

loss_detection_timer:
: Multi-modal timer used for loss detection.

pto_count:
: The number of times a PTO has been sent without receiving an ack.

time_of_last_sent_ack_eliciting_packet:
: The time the most recent ack-eliciting packet was sent.

largest_acked_packet\[kPacketNumberSpace]:
: The largest packet number acknowledged in the packet number space so far.

loss_time\[kPacketNumberSpace]:
: The time at which the next packet in that packet number space will be
considered lost based on exceeding the reordering window in time.
Expand Down

0 comments on commit 470445d

Please sign in to comment.