increase max crypto param size, the client sends a longer PAD tag

This commit is contained in:
Lucas Clemente
2016-06-02 11:51:19 +02:00
parent 2206c12574
commit 682c18eac3

View File

@@ -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