Skip to content

Commit

Permalink
tweak mt's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Mar 15, 2020
1 parent 2c07fed commit aacd077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1149,9 +1149,9 @@ SetLossDetectionTimer():

if (no ack-eliciting packets in flight &&
peer not awaiting address validation):
// There is nothing to detect lost, so set no timer.
// However, the client still sets the timer if the server
// might be blocked by the anti-amplification limit.
// 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.
loss_detection_timer.cancel()
return

Expand Down

0 comments on commit aacd077

Please sign in to comment.