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 fd8bdd7 commit 9a77e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1193,8 +1193,7 @@ 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 ACK
// or has completed the handshake.
// timer until the client has received a Handshake or 1-RTT ACK.
if (no ack-eliciting packets in flight &&
(endpoint is server ||
has received Handshake ACK ||
Expand Down

0 comments on commit 9a77e26

Please sign in to comment.