Skip to content

Commit

Permalink
ack-eliciting, not inflight
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Dec 12, 2018
1 parent 180d47f commit 5cac86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -792,7 +792,7 @@ Pseudocode for SetLossDetectionTimer follows:
SetLossDetectionTimer():
// Don't arm timer if there are no ack-eliciting packets
// in flight.
if (bytes_in_flight == 0):
if (no ack-eliciting packets oustanding):
loss_detection_timer.cancel()
return

Expand Down

0 comments on commit 5cac86d

Please sign in to comment.