Skip to content

Commit

Permalink
Mike's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Nov 14, 2018
1 parent 1bcf7c3 commit fa65397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -939,9 +939,9 @@ the connection ID via a RETIRE_CONNECTION_ID frame

An endpoint SHOULD ensure that its peer has a sufficient number of available and
unused connection IDs. Endpoints store received connection IDs for future use.
They advertise the limit how many unretired connection IDs they are willing to
store in the transport parameters. An endpoint MUST NOT provide more connection
IDs than this limit. An endpoint MUST treat receipt of more than this number of
They advertise how many unretired connection IDs they are willing to store in
the transport parameters. An endpoint MUST NOT provide more connection IDs than
this limit. An endpoint MUST treat receipt of more than this number of
connection IDs as an error of type CONNECTION_ID_LIMIT_ERROR. If an endpoint has
provided its peer with the maximum number of connection IDs, the earliest time
it can provide a new connection ID is when the peer retires a connection ID.
Expand Down

0 comments on commit fa65397

Please sign in to comment.