-
Notifications
You must be signed in to change notification settings - Fork 205
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
Limit delayed ack timer to 1 RTT #1663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I guess it could still makes sense to also add a reference to the recovery draft there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Careful, you are roaming into 6919-bis territory here :)
draft-ietf-quic-transport.md
Outdated
containing only an ACK frame per received packet that contains frames other than | ||
an ACK frame. Packets containing non-ACK frames MUST be acknowledged | ||
immediately or when a delayed ack timer expires. The delayed ack timer should | ||
never delay an ACK for longer than an RTT, which ensures an ACK frame is sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"should never" or "MUST NOT"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or "does not," if you're making an assertion about the outcome of this strategy.
Partly addresses #1662