Skip to content

Commit

Permalink
Warn against silly values for 0-RTT
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 29, 2017
1 parent 0276c89 commit 654f8e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -1223,6 +1223,11 @@ initial_max_stream_data that are smaller than the remembered value of those
parameters. Similarly, a server MUST NOT reduce the value of
initial_max_stream_id_bidi or initial_max_stream_id_uni.

Omitting or setting a zero value for certain transport parameters can result in
0-RTT data being enabled, but not usable. The following transport parameters
SHOULD be set to non-zero values for 0-RTT: initial_max_stream_id_bidi,
initial_max_stream_id_uni, initial_max_data, initial_max_stream_data.

A server MUST reject 0-RTT data or even abort a handshake if the implied values
for transport parameters cannot be supported.

Expand Down

0 comments on commit 654f8e5

Please sign in to comment.