diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 0e7463c541..3608d14be2 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1218,7 +1218,7 @@ GetEarliestTimeAndSpace(times): space = pn_space return time, space -PeerNotAwaitingAddressValidation(): +PeerCompletedAddressValidation(): # Assume clients validate the server's address implicitly. if (endpoint is server): return true @@ -1241,7 +1241,7 @@ SetLossDetectionTimer(): return if (no ack-eliciting packets in flight && - peer not awaiting address validation): + PeerCompletedAddressValidation()): // There is nothing to detect lost, so no timer is set. // However, the client needs to arm the timer if the // server might be blocked by the anti-amplification limit.