Skip to content

Commit

Permalink
Adjust packet space scan to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Mar 23, 2021
1 parent 33c19b1 commit 6942fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1491,7 +1491,7 @@ GetPtoTimeAndSpace():
pto_timeout = infinite
pto_space = Initial
for space in [ Initial, Handshake, ApplicationData ]:
if (no in-flight packets in space):
if (no ack-eliciting packets in flight in space):
continue;
if (space == ApplicationData):
// Skip Application Data until handshake confirmed.
Expand Down

0 comments on commit 6942fde

Please sign in to comment.