Skip to content

Commit

Permalink
Fix old typo
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <mt@lowentropy.net>
  • Loading branch information
Ralith and martinthomson committed Mar 23, 2021
1 parent 6942fde commit 9520825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1480,8 +1480,7 @@ GetLossTimeAndSpace():
GetPtoTimeAndSpace():
duration = (smoothed_rtt + max(4 * rttvar, kGranularity))
* (2 ^ pto_count)
// Arm PTO from now when there are no ACK-eliciting packets in
// flight.
// Arm PTO when there are no ACK-eliciting packets in flight.
if (no ack-eliciting packets in flight):
assert(!PeerCompletedAddressValidation())
if (has handshake keys):
Expand Down

0 comments on commit 9520825

Please sign in to comment.