Skip to content

Commit

Permalink
1 loss_times -> loss_time
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Nov 1, 2019
1 parent 355d1e5 commit cff00e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1176,7 +1176,7 @@ Pseudocode for OnLossDetectionTimeout follows:
~~~
OnLossDetectionTimeout():
earliest_loss_time, pn_space =
GetEarliestTimeAndSpace(loss_times)
GetEarliestTimeAndSpace(loss_time)
if (earliest_loss_time != 0):
// Time threshold loss Detection
DetectLostPackets(pn_space)
Expand Down

0 comments on commit cff00e0

Please sign in to comment.