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 details of marking packets lost on PTO #2624

Merged
merged 13 commits into from Apr 18, 2019
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1251,7 +1251,7 @@ OnLossDetectionTimeout():
crypto_count++
else:
// PTO. Send new data if available, else retransmit old data.
// If neither is available, send PING frames.
// If neither is available, send a PING frame.
SendOneOrTwoPackets()
pto_count++

Expand Down