Skip to content

Commit

Permalink
move definition of active_connection_id_limit to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jul 5, 2019
1 parent 63321d1 commit 458232d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4260,6 +4260,12 @@ preferred_address (0x000d):
~~~
{: #fig-preferred-address title="Preferred Address format"}

active_connection_id_limit (0x000e):

: The maximum number of connection IDs from the peer that an endpoint is willing
to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
frames. If this parameter is absent, a default of 0 is assumed.

If present, transport parameters that set initial flow control limits
(initial_max_stream_data_bidi_local, initial_max_stream_data_bidi_remote, and
initial_max_stream_data_uni) are equivalent to sending a MAX_STREAM_DATA frame
Expand All @@ -4271,12 +4277,6 @@ A client MUST NOT include an original connection ID, a stateless reset token, or
a preferred address. A server MUST treat receipt of any of these transport
parameters as a connection error of type TRANSPORT_PARAMETER_ERROR.

active_connection_id_limit (0x000e):

: The maximum number of connection IDs from the peer that an endpoint is willing
to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
frames. If this parameter is absent, a default of 0 is assumed.


# Frame Types and Formats {#frame-formats}

Expand Down

0 comments on commit 458232d

Please sign in to comment.