Skip to content

Commit a0f7387

Browse files
Merge branch 'renumber-tp' into varint-tp-values
2 parents 5a9ee3a + 3b6d193 commit a0f7387

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

draft-ietf-quic-transport.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,33 +3917,32 @@ initial_max_data (0x0004):
39173917

39183918
initial_max_stream_data_bidi_local (0x0005):
39193919

3920-
: The initial stream maximum data for bidirectional, locally-initiated streams
3921-
parameter is an integer value that contains the initial flow control limit for
3922-
newly created bidirectional streams opened by the endpoint that sets the
3923-
transport parameter. In client transport parameters, this applies to streams
3924-
with an identifier with the least significant two bits set to 0x0; in server
3925-
transport parameters, this applies to streams with the least significant two
3926-
bits set to 0x1.
3920+
: This parameter is an integer value specifying the initial flow control limit
3921+
for locally-initiated bidirectional streams. This limit applies to newly
3922+
created bidirectional streams opened by the endpoint that sends the transport
3923+
parameter. In client transport parameters, this applies to streams with an
3924+
identifier with the least significant two bits set to 0x0; in server transport
3925+
parameters, this applies to streams with the least significant two bits set to
3926+
0x1.
39273927

39283928
initial_max_stream_data_bidi_remote (0x0006):
39293929

3930-
: The initial stream maximum data for bidirectional, peer-initiated streams
3931-
parameter is an integer value that contains the initial flow control limit for
3932-
newly created bidirectional streams opened by the endpoint that receives the
3933-
transport parameter. In client transport parameters, this applies to streams
3934-
with an identifier with the least significant two bits set to 0x1; in server
3935-
transport parameters, this applies to streams with the least significant two
3936-
bits set to 0x0.
3930+
: This parameter is an integer value specifying the initial flow control limit
3931+
for peer-initiated bidirectional streams. This limit applies to newly created
3932+
bidirectional streams opened by the endpoint that receives the transport
3933+
parameter. In client transport parameters, this applies to streams with an
3934+
identifier with the least significant two bits set to 0x1; in server transport
3935+
parameters, this applies to streams with the least significant two bits set to
3936+
0x0.
39373937

39383938
initial_max_stream_data_uni (0x0007):
39393939

3940-
: The initial stream maximum data for unidirectional streams parameter is an
3941-
integer value that contains the initial flow control limit for newly created
3942-
unidirectional streams opened by the endpoint that receives the transport
3943-
parameter. In client transport parameters, this applies to streams with an
3944-
identifier with the least significant two bits set to 0x3; in server transport
3945-
parameters, this applies to streams with the least significant two bits set to
3946-
0x2.
3940+
: This parameter is an integer value specifying the initial flow control limit
3941+
for unidirectional streams. This limit applies to newly created bidirectional
3942+
streams opened by the endpoint that receives the transport parameter. In
3943+
client transport parameters, this applies to streams with an identifier with
3944+
the least significant two bits set to 0x3; in server transport parameters,
3945+
this applies to streams with the least significant two bits set to 0x2.
39473946

39483947
initial_max_streams_bidi (0x0008):
39493948

@@ -3965,23 +3964,24 @@ initial_max_streams_uni (0x0009):
39653964

39663965
ack_delay_exponent (0x000a):
39673966

3968-
: The ACK delay exponent is an integer value indicating an exponent used to
3969-
decode the ACK Delay field in the ACK frame, see {{frame-ack}}. If this value
3970-
is absent, a default value of 3 is assumed (indicating a multiplier of 8).
3971-
This default value is also used for ACK frames that are sent in Initial and
3972-
Handshake packets. Values above 20 are invalid.
3967+
: The ACK delay exponent is an integer value indicating an
3968+
exponent used to decode the ACK Delay field in the ACK frame ({{frame-ack}}).
3969+
If this value is absent, a default value of 3 is assumed
3970+
(indicating a multiplier of 8). The default value is also used for ACK frames
3971+
that are sent in Initial and Handshake packets. Values above 20 are invalid.
39733972

39743973
max_ack_delay (0x000b):
39753974

3976-
: The maximum ACK delay is an integer value indicating the maximum amount of
3977-
time in milliseconds by which the endpoint will delay sending acknowledgments.
3978-
If this value is absent, a default of 25 milliseconds is assumed.
3975+
: The maximum ACK delay is an integer value indicating the
3976+
maximum amount of time in milliseconds by which the endpoint will delay
3977+
sending acknowledgments. If this value is absent, a default of 25
3978+
milliseconds is assumed.
39793979

39803980
disable_migration (0x000c):
39813981

3982-
: The disable migration transport is included if the endpoint does not support
3983-
connection migration ({{migration}}). Peers of an endpoint that sets this
3984-
transport parameter MUST NOT send any packets, including probing packets
3982+
: The disable migration transport parameter is included if the endpoint does not
3983+
support connection migration ({{migration}}). Peers of an endpoint that sets
3984+
this transport parameter MUST NOT send any packets, including probing packets
39853985
({{probing}}), from a local address other than that used to perform the
39863986
handshake. This parameter is a zero-length value.
39873987

0 commit comments

Comments
 (0)