Skip to content

Commit

Permalink
move retransmission rule for HANDSHAKE_DONE frames
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 24, 2019
1 parent 6eac328 commit 93620e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3240,6 +3240,8 @@ containing that information is acknowledged.
* PING and PADDING frames contain no information, so lost PING or PADDING frames
do not require repair.

* The HANDSHAKE_DONE frame MUST be retransmitted until it is acknowledged.

Endpoints SHOULD prioritize retransmission of data over sending new data, unless
priorities specified by the application indicate otherwise (see
{{stream-prioritization}}).
Expand Down Expand Up @@ -5501,8 +5503,6 @@ The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
the handshake to the client. The HANDSHAKE_DONE frame contains no additional
fields.

This frame MUST be retransmitted until it is acknowledged by the client.


## Extension Frames

Expand Down

0 comments on commit 93620e7

Please sign in to comment.