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 authored Nov 13, 2017
1 parent a3e42ed commit 7daefd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ Pseudocode for DetectLostPackets follows:
loss_time = 0
lost_packets = {}
delay_until_lost = infinite
if (time_reordering_fraction != infinite):
if (kUsingTimeLossDetection):
delay_until_lost =
(1 + time_reordering_fraction) * max(latest_rtt, smoothed_rtt)
else if (largest_acked.packet_number == largest_sent_packet):
Expand Down

0 comments on commit 7daefd4

Please sign in to comment.