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

Pick a new connection ID with Retry packets #1066

Merged
merged 3 commits into from
Jan 25, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ that wishes to perform a stateless retry (see {{stateless-retry}}).
The server includes a connection ID of its choice in the connection ID field.
The client MUST use this connection ID for any subsequent packets that it sends.

The packet number field echoes the corresponding fields from the triggering
The packet number field echoes the packet number field from the triggering
client packet.

A Retry packet is never explicitly acknowledged in an ACK frame
Expand Down