This commit is contained in:
Marten Seemann
2016-10-28 12:30:52 +07:00
parent 2c11335de4
commit 5fa4ea73e5
5 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ const MaxTrackedReceivedPackets = 2 * DefaultMaxCongestionWindow
const MaxTrackedReceivedAckRanges = DefaultMaxCongestionWindow
// MaxStreamFrameSorterGaps is the maximum number of gaps between received StreamFrames
// prevents DOS attacks against the streamFrameSorter
// prevents DoS attacks against the streamFrameSorter
const MaxStreamFrameSorterGaps = 1000
// CryptoMaxParams is the upper limit for the number of parameters in a crypto message.