Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Mar 22, 2021
1 parent 2bd9bb1 commit 33c19b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1480,7 +1480,8 @@ GetLossTimeAndSpace():
GetPtoTimeAndSpace():
duration = (smoothed_rtt + max(4 * rttvar, kGranularity))
* (2 ^ pto_count)
// Arm PTO from now when there are no ACK-eliciting packets.
// Arm PTO from now 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 33c19b1

Please sign in to comment.