Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC text changes up to Section 10 #4877

Merged
merged 22 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions rfc9000.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,13 +1218,13 @@ active_connection_id_limit transport parameter; see
when requested can result in connection failures, as the issuing endpoint might
be unable to continue using the connection IDs with the active connection.

An endpoint SHOULD limit the number of connection IDs it has retired locally and
for which RETIRE_CONNECTION_ID frames have not yet been acknowledged. An
endpoint SHOULD allow for sending and tracking a number of RETIRE_CONNECTION_ID
frames of at least twice the value of the active_connection_id_limit transport
parameter. An endpoint MUST NOT forget a connection ID without retiring it,
though it MAY choose to treat having connection IDs in need of retirement that
exceed this limit as a connection error of type CONNECTION_ID_LIMIT_ERROR.
An endpoint SHOULD limit the number of connection IDs it has retired locally for
which RETIRE_CONNECTION_ID frames have not yet been acknowledged. An endpoint
SHOULD allow for sending and tracking a number of RETIRE_CONNECTION_ID frames of
at least twice the value of the active_connection_id_limit transport parameter.
An endpoint MUST NOT forget a connection ID without retiring it, though it MAY
choose to treat having connection IDs in need of retirement that exceed this
limit as a connection error of type CONNECTION_ID_LIMIT_ERROR.

Endpoints SHOULD NOT issue updates of the Retire Prior To field before receiving
RETIRE_CONNECTION_ID frames that retire all connection IDs indicated by the
Expand Down