Skip to content

Commit

Permalink
Recommend zero-length connection IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcherg authored and mfoltzgoogle committed Aug 21, 2019
1 parent d731931 commit b7fd6a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.bs
Expand Up @@ -337,6 +337,12 @@ Prior to authentication, a message may be exchanged (such as further metadata),
but such info should be treated as unverified (such as indicating to a user that
a display name of an unauthenticated agent is unverified).

The connection IDs used both by the [[QUIC]] client and server should
be zero length. If zero length connection IDs are chosen, agents are
restricted from changing IP or port without establshing a new QUIC
connection. In such cases, clients and servers must establish a new
QUIC connection in order to change IP or port.

To learn further metadata, an agent may send an agent-info-request
message (see [[#appendix-a]]) and receive back an agent-info-response message.
Any agent may send this request to learn about the capabilities of
Expand Down

0 comments on commit b7fd6a4

Please sign in to comment.