fix: uquic sync error

...so that uquic build/test shall pass and examples shall work again.
This commit is contained in:
Gaukas Wang 2023-08-28 16:53:19 -06:00
parent 856bc02b8f
commit 9b03bc282c
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
12 changed files with 142 additions and 63 deletions

View file

@ -75,7 +75,7 @@ func QUICID2Spec(id QUICID) (QUICSpec, error) {
CompressionMethods: []uint8{
0x0, // no compression
},
Extensions: ShuffleTLSExtensions([]tls.TLSExtension{
Extensions: tls.ShuffleChromeTLSExtensions([]tls.TLSExtension{
ShuffleQUICTransportParameters(&tls.QUICTransportParametersExtension{ // Order of QTPs are always shuffled
TransportParameters: tls.TransportParameters{
tls.InitialMaxStreamsUni(103),
@ -192,7 +192,7 @@ func QUICID2Spec(id QUICID) (QUICSpec, error) {
CompressionMethods: []uint8{
0x0,
},
Extensions: ShuffleTLSExtensions([]tls.TLSExtension{
Extensions: tls.ShuffleChromeTLSExtensions([]tls.TLSExtension{
ShuffleQUICTransportParameters(&tls.QUICTransportParametersExtension{ // Order of QTPs are always shuffled
TransportParameters: tls.TransportParameters{
tls.InitialMaxStreamsUni(103),