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

tiny crypto nit #1861

Merged
merged 2 commits into from Oct 16, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -765,8 +765,8 @@ below shows how the single timer is set.

#### Crypto Handshake Timer

When a connection has unacknowledged crypto packets, the handshake timer is
set and when it expires, all unacknowledgedd handshake data is retransmitted.
When a connection has unacknowledged crypto packets, the crypto handshake timer
is set and when it expires, all unacknowledged CRYPTO data is retransmitted.

When stateless rejects are in use, the connection is considered immediately
closed once a reject is sent, so no timer is set to retransmit the reject.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.