Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed May 19, 2020
1 parent ee306ab commit 04e787f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1144,10 +1144,10 @@ Pseudocode for OnPacketSent follows:

## On Receiving a Datagram

When a server is blocked by anti-amplification limits, receiving
When a server is blocked by anti-amplification limits, receiving
a datagram unblocks it, even if none of the packets in the
datagram are successfully processed. In such a case, the PTO
timer is now set, since data is in flight and probes can be sent.
timer may need to be armed.

Pseudocode for OnDatagramReceived follows:

Expand Down

0 comments on commit 04e787f

Please sign in to comment.