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

Fix some of the nits in #3214 #4016

Merged
merged 14 commits into from Aug 26, 2020
5 changes: 3 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -1773,8 +1773,9 @@ handshake. Not all transport parameters are remembered, as some do not apply to
future connections or they have no effect on use of 0-RTT.

The definition of a new transport parameter ({{new-transport-parameters}}) MUST
specify whether that storing the transport parameter for 0-RTT is mandatory, optional, or prohibited. A
client need not store a transport parameter it cannot process.
specify whether that storing the transport parameter for 0-RTT is mandatory,
larseggert marked this conversation as resolved.
Show resolved Hide resolved
optional, or prohibited. A client need not store a transport parameter it cannot
process.

A client MUST NOT use remembered values for the following parameters:
ack_delay_exponent, max_ack_delay, initial_source_connection_id,
Expand Down