Skip to content

Commit

Permalink
Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid
Browse files Browse the repository at this point in the history
endpoints never requests a CID
  • Loading branch information
martinthomson committed Nov 18, 2019
2 parents bbe9e9b + e526ccf commit 08f96e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,10 +968,10 @@ failures in the presence of peer connection migration, NAT rebinding, and client
port reuse; and therefore MUST NOT be done unless an endpoint is certain that
those protocol features are not in use.

When an endpoint has requested a non-zero-length connection ID, it needs to
ensure that the peer has a supply of connection IDs from which to choose for
packets sent to the endpoint. These connection IDs are supplied by the endpoint
using the NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).
When an endpoint uses a non-zero-length connection ID, it needs to ensure that
the peer has a supply of connection IDs from which to choose for packets sent to
the endpoint. These connection IDs are supplied by the endpoint using the
NEW_CONNECTION_ID frame ({{frame-new-connection-id}}).


### Issuing Connection IDs {#issue-cid}
Expand Down

0 comments on commit 08f96e3

Please sign in to comment.