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 9a77e26 commit 8eab33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,8 @@ SetLossDetectionTimer():

// Cancel the timer if there are no ack-eliciting packets
// in flight and the endpoint is a server. Do not cancel the
// timer until the client has received a Handshake or 1-RTT ACK.
// timer until the client has received an acknowledgement that
// indicates the server has validated the path.
if (no ack-eliciting packets in flight &&
(endpoint is server ||
has received Handshake ACK ||
Expand Down

0 comments on commit 8eab33d

Please sign in to comment.