mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix: uquic sync error
...so that uquic build/test shall pass and examples shall work again.
This commit is contained in:
parent
856bc02b8f
commit
9b03bc282c
12 changed files with 142 additions and 63 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue