Skip to content

Commit

Permalink
it's the frames that are not acknowledged
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 4, 2021
1 parent 9b0c5db commit e4efe87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rfc9000.md
Original file line number Diff line number Diff line change
Expand Up @@ -1219,12 +1219,12 @@ 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
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.
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

0 comments on commit e4efe87

Please sign in to comment.