Skip to content

Commit dbea96b

Browse files
committed
Don't require storing of 0-RTT parameters
1 parent f457732 commit dbea96b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

draft-ietf-quic-transport.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,10 +800,9 @@ Optional transport parameters from the server MUST be reset to default values by
800800
the client for 0-RTT connections.
801801

802802
The mandatory transport parameters for stream and connection flow control and
803-
concurrent stream limits MUST be remembered by the client. The idle timeout value
804-
is not expected to be relevant for the short time that it takes to obtain 1-RTT
805-
keys.
806-
803+
concurrent stream limits is stored by the client along with any information
804+
needed to establish a 0-RTT connection. The idle timeout value is not expected
805+
to be relevant for the short time that it takes to obtain 1-RTT keys.
807806

808807
Transport parameter values could change as a result of completing the handshake.
809808
The client MUST respect the new values when the handshake completes. This

0 commit comments

Comments
 (0)