Skip to content

Commit

Permalink
Update the pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Feb 24, 2021
1 parent 54a3d93 commit 042a58b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1378,6 +1378,10 @@ OnDatagramReceived(datagram):
// PTO timer to avoid deadlock.
if (server was at anti-amplification limit):
SetLossDetectionTimer()
if loss_detection_timer.timeout < now():
// PTO would have already expired, execute it
// immediately.
OnLossDetectionTimeout()
~~~

## On Receiving an Acknowledgment
Expand Down

0 comments on commit 042a58b

Please sign in to comment.