forked from quic-go/quic-go
increase max crypto param size, the client sends a longer PAD tag
This commit is contained in:
@@ -68,4 +68,4 @@ const MaxStreamFrameSorterGaps = 50
|
||||
const CryptoMaxParams = 128
|
||||
|
||||
// CryptoParameterMaxLength is the upper limit for the length of a parameter in a crypto message.
|
||||
const CryptoParameterMaxLength = ClientHelloMinimumSize
|
||||
const CryptoParameterMaxLength = 2000
|
||||
|
||||
Reference in New Issue
Block a user