Skip to content

Commit

Permalink
Update references to removed function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jun 29, 2020
1 parent d78941f commit 2961b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1351,7 +1351,7 @@ OnLossDetectionTimeout():
earliest_loss_time, pn_space = GetLossTimeAndSpace()
if (earliest_loss_time != 0):
// Time threshold loss Detection
lost_packets = DetectLostPackets(pn_space)
lost_packets = DetectAndRemoveLostPackets(pn_space)
assert(!lost_packets.empty())
OnPacketsLost(lost_packets)
SetLossDetectionTimer()
Expand Down Expand Up @@ -1577,7 +1577,7 @@ Invoked when an ACK frame with an ECN section is received from the peer.

## On Packets Lost

Invoked from DetectLostPackets when packets are deemed lost.
Invoked when DetectAndRemoveLostPackets deems packets lost.

~~~
InPersistentCongestion(lost_packets):
Expand Down

0 comments on commit 2961b77

Please sign in to comment.