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

Execute the PTO alarm immediately if in the past #4831

Merged
merged 7 commits into from Mar 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -670,8 +670,8 @@ When the server receives a datagram from the client, the amplification limit is
increased and the server resets the PTO timer. If the PTO timer is then set to
a time in the past, it is executed immediately. Doing so avoids sending new
1-RTT packets prior to packets critical to the completion of the handshake.
This could be common when 0-RTT is accepted, but the server fails to validate
the client's address.
In particular, this can happen when 0-RTT is accepted but the server fails to
validate the client's address.

Since the server could be blocked until more datagrams are received from the
client, it is the client's responsibility to send packets to unblock the server
Expand Down