@@ -3917,33 +3917,32 @@ initial_max_data (0x0004):
3917
3917
3918
3918
initial_max_stream_data_bidi_local (0x0005) :
3919
3919
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.
3927
3927
3928
3928
initial_max_stream_data_bidi_remote (0x0006) :
3929
3929
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.
3937
3937
3938
3938
initial_max_stream_data_uni (0x0007) :
3939
3939
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.
3947
3946
3948
3947
initial_max_streams_bidi (0x0008) :
3949
3948
@@ -3965,23 +3964,24 @@ initial_max_streams_uni (0x0009):
3965
3964
3966
3965
ack_delay_exponent (0x000a) :
3967
3966
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.
3973
3972
3974
3973
max_ack_delay (0x000b) :
3975
3974
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.
3979
3979
3980
3980
disable_migration (0x000c) :
3981
3981
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
3985
3985
({{probing}}), from a local address other than that used to perform the
3986
3986
handshake. This parameter is a zero-length value.
3987
3987
0 commit comments