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 Apr 19, 2020
1 parent 1f178bd commit eb93527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,8 +1154,8 @@ OnAckReceived(ack, pn_space):
OnPacketsLost(lost_packets)
OnPacketsAcked(newly_acked_packets)

// Reset pto_count unless the server has not yet
// validated the client's address.
// Reset pto_count unless the client is unsure if
// the server has validated the client's address.
if (PeerCompletedAddressValidation()):
pto_count = 0
SetLossDetectionTimer()
Expand Down

0 comments on commit eb93527

Please sign in to comment.