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

PTO is restarted on handshake confirmation #4734

Merged
merged 3 commits into from
Jan 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,10 @@ before confirming that the client has verified the server's certificate and can
therefore read these 1-RTT packets.

A sender SHOULD restart its PTO timer every time an ack-eliciting packet is sent
or acknowledged, when the handshake is confirmed (Section 4.1.2 of
{{QUIC-TLS}}). This ensures the PTO is always set based on the latest estimate
of the round-trip time and for the correct packet across packet number spaces.
or acknowledged, when Initial keys are discarded (Section 4.9 of {{QUIC-TLS}}),
or when the handshake is confirmed (Section 4.1.2 of {{QUIC-TLS}}). This ensures
the PTO is always set based on the latest estimate of the round-trip time and
for the correct packet across packet number spaces.

When a PTO timer expires, the PTO backoff MUST be increased, resulting in the
PTO period being set to twice its current value. The PTO backoff factor is reset
Expand Down