increase maximum number of gaps in streamFrameSorter

fixes #298
This commit is contained in:
Marten Seemann
2016-08-22 10:47:28 +07:00
parent c2af049b8a
commit a6d868874d

View File

@@ -64,7 +64,7 @@ const MaxTrackedReceivedPackets uint32 = 2000
// MaxStreamFrameSorterGaps is the maximum number of gaps between received StreamFrames
// prevents DOS attacks against the streamFrameSorter
const MaxStreamFrameSorterGaps = 50
const MaxStreamFrameSorterGaps = 1000
// CryptoMaxParams is the upper limit for the number of parameters in a crypto message.
// Value taken from Chrome.