Closed wtao0221 closed 2 years ago
Yes, you can use setSupportedVersions(): https://github.com/facebookincubator/mvfst/blob/main/quic/client/QuicClientTransport.h#L125
And use QUIC_V1: https://github.com/facebookincubator/mvfst/blob/main/quic/QuicConstants.h#L288
Also on server, setSupportedVersion(): https://github.com/facebookincubator/mvfst/blob/main/quic/server/QuicServer.h#L112
Thanks! It worked!
Hi,
Is there any option to choose QUIC-v1 rather than the FB-draft version of QUIC?