forked from quic-go/quic-go
increase CryptoParameterMaxLength
This commit is contained in:
@@ -87,7 +87,7 @@ const MaxStreamFrameSorterGaps = 1000
|
||||
const CryptoMaxParams = 128
|
||||
|
||||
// CryptoParameterMaxLength is the upper limit for the length of a parameter in a crypto message.
|
||||
const CryptoParameterMaxLength = 2000
|
||||
const CryptoParameterMaxLength = 4000
|
||||
|
||||
// EphermalKeyLifetime is the lifetime of the ephermal key during the handshake, see handshake.getEphermalKEX.
|
||||
const EphermalKeyLifetime = time.Minute
|
||||
|
||||
Reference in New Issue
Block a user