@@ -1125,12 +1125,12 @@ language from Section 3 of {{!I-D.ietf-tls-tls13}}.
1125
1125
enum {
1126
1126
initial_max_stream_data(0),
1127
1127
initial_max_data(1),
1128
- initial_max_streams_bidi (2),
1128
+ initial_max_bidi_streams (2),
1129
1129
idle_timeout(3),
1130
1130
max_packet_size(5),
1131
1131
stateless_reset_token(6),
1132
1132
ack_delay_exponent(7),
1133
- initial_max_streams_uni (8),
1133
+ initial_max_uni_streams (8),
1134
1134
(65535)
1135
1135
} TransportParameterId;
1136
1136
@@ -1199,7 +1199,7 @@ idle_timeout (0x0003):
1199
1199
1200
1200
An endpoint MAY use the following transport parameters :
1201
1201
1202
- initial_max_streams_bidi (0x0002) :
1202
+ initial_max_bidi_streams (0x0002) :
1203
1203
1204
1204
: The initial maximum bidirectional streams parameter contains the initial
1205
1205
maximum number of application-owned bidirectional streams the peer may
@@ -1213,7 +1213,7 @@ initial_max_streams_bidi (0x0002):
1213
1213
equivalent to receiving a MAX_STREAM_ID containing 20 when received by a
1214
1214
client or 17 when received by a server.
1215
1215
1216
- initial_max_streams_uni (0x0008) :
1216
+ initial_max_uni_streams (0x0008) :
1217
1217
1218
1218
: The initial maximum unidirectional streams parameter contains the initial
1219
1219
maximum number of application-owned unidirectional streams the peer may
@@ -1275,12 +1275,12 @@ might be violated by the client with its 0-RTT data. In particular, a server
1275
1275
that accepts 0-RTT data MUST NOT set values for initial_max_data or
1276
1276
initial_max_stream_data that are smaller than the remembered value of those
1277
1277
parameters. Similarly, a server MUST NOT reduce the value of
1278
- initial_max_streams_bidi or initial_max_streams_uni .
1278
+ initial_max_bidi_streams or initial_max_uni_streams .
1279
1279
1280
1280
Omitting or setting a zero value for certain transport parameters can result in
1281
1281
0-RTT data being enabled, but not usable. The following transport parameters
1282
- SHOULD be set to non-zero values for 0-RTT : initial_max_streams_bidi ,
1283
- initial_max_streams_uni , initial_max_data, initial_max_stream_data.
1282
+ SHOULD be set to non-zero values for 0-RTT : initial_max_bidi_streams ,
1283
+ initial_max_uni_streams , initial_max_data, initial_max_stream_data.
1284
1284
1285
1285
A server MUST reject 0-RTT data or even abort a handshake if the implied values
1286
1286
for transport parameters cannot be supported.
@@ -4097,12 +4097,12 @@ The initial contents of this registry are shown in {{iana-tp-table}}.
4097
4097
|:-------|:---------------------------|:------------------------------------|
4098
4098
| 0x0000 | initial_max_stream_data | {{transport-parameter-definitions}} |
4099
4099
| 0x0001 | initial_max_data | {{transport-parameter-definitions}} |
4100
- | 0x0002 | initial_max_streams_bidi | {{transport-parameter-definitions}} |
4100
+ | 0x0002 | initial_max_bidi_streams | {{transport-parameter-definitions}} |
4101
4101
| 0x0003 | idle_timeout | {{transport-parameter-definitions}} |
4102
4102
| 0x0005 | max_packet_size | {{transport-parameter-definitions}} |
4103
4103
| 0x0006 | stateless_reset_token | {{transport-parameter-definitions}} |
4104
4104
| 0x0007 | ack_delay_exponent | {{transport-parameter-definitions}} |
4105
- | 0x0008 | initial_max_streams_uni | {{transport-parameter-definitions}} |
4105
+ | 0x0008 | initial_max_uni_streams | {{transport-parameter-definitions}} |
4106
4106
{: # iana-tp-table title="Initial QUIC Transport Parameters Entries"}
4107
4107
4108
4108
0 commit comments