I read some docs about Quic and understand that a connection ID is generated for each session and as the document say :
"Connection IDs MUST NOT contain any information that can be used by an external observer (that is, one that does not cooperate with the issuer) to correlate them with other connection IDs for the same connection."
Source : https://tools.ietf.org/id/draft-ietf-quic-transport-24.html#connection-id
What security concern should be aware of ? Should the connection Id be purely random ?
Thanks in advance