Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Sep 3, 2019
1 parent 9f0d6ec commit 26119bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1192,9 +1192,9 @@ SetLossDetectionTimer():
return

// Cancel the timer if there are no ack-eliciting packets
// in flight, with the following exception. Do not cancel the
// timer at a client until it has received an acknowledgement that
// indicates the server has validated the path.
// in flight, with the following exception: Do not cancel the
// timer at a client until it has received an acknowledgement
// indicating the server has completed address validation.
if (no ack-eliciting packets in flight &&
(endpoint is server ||
has received Handshake ACK ||
Expand Down

0 comments on commit 26119bd

Please sign in to comment.