facebook / mvfst

An implementation of the QUIC transport protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about connection ID length

wtao0221 opened this issue · comments

Hi,

Is there a way to fix the connection ID length to 8 (https://github.com/facebookincubator/mvfst/blob/main/quic/QuicConstants.h#L496) in mvfst? rather than 0 to 20 bytes in the QUIC v1?

One solution, set connectionIdSize=8 when initializing QuicClientTransport.