Skip to content

Commit

Permalink
1-RTT, not ApplicationData
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Feb 24, 2021
1 parent 56e4f68 commit 54a3d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-recovery.md
Expand Up @@ -666,9 +666,9 @@ sent, the server's PTO timer MUST NOT be armed until datagrams have been
received from the client, because packets sent on PTO count against the
anti-amplification limit. The server's PTO timer could be re-armed to a time
in the past after being amplification limited, in which case it is executed
immediately. Doing so avoids sending new packets in ApplicationData prior to
packets critical to the completion of the handshake. Note that the server
could fail to validate the client's address even if 0-RTT is accepted.
immediately. Doing so avoids sending new 1-RTT packets prior to packets
critical to the completion of the handshake. Note that the server could fail
to validate the client's address even if 0-RTT is accepted.

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

0 comments on commit 54a3d93

Please sign in to comment.