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 May 20, 2020
1 parent 65b036d commit 2630bfd
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 @@ -1274,7 +1274,7 @@ GetLossTimeAndSpace():
space = Initial
for pn_space in [ Handshake, ApplicationData ]:
if (time == 0 || loss_time[pn_space] < time):
time = loss_times[pn_space];
time = loss_time[pn_space];
space = pn_space
return time, space

Expand Down

0 comments on commit 2630bfd

Please sign in to comment.