Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PTO pseudocode to better match text #3461

Merged
merged 9 commits into from
Mar 16, 2020
5 changes: 3 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1149,8 +1149,9 @@ SetLossDetectionTimer():

if (no ack-eliciting packets in flight &&
peer not awaiting address validation):
// There is nothing to detect lost and the server
// is not blocked by the anti-amplification limit.
// 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.
loss_detection_timer.cancel()
return

Expand Down