Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a loss_time per packet number space #2451

Merged
merged 10 commits into from Feb 20, 2019
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1030,7 +1030,7 @@ GetEarliestLossTime():
if loss_time[pn_space] != 0 &&
(time == 0 || loss_time[pn_space] < time):
time = loss_time[pn_space];
space = Initial
space = pn_space
return [time, space]
ianswett marked this conversation as resolved.
Show resolved Hide resolved

SetLossDetectionTimer():
Expand Down