mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
reduce the length of the unprocessed packet chan in the session
This commit is contained in:
parent
3e7f9f764a
commit
e7208219a9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const DefaultMaxIncomingUniStreams = 100
|
|||
const MaxServerUnprocessedPackets = 1024
|
||||
|
||||
// MaxSessionUnprocessedPackets is the max number of packets stored in each session that are not yet processed.
|
||||
const MaxSessionUnprocessedPackets = MaxCongestionWindowPackets
|
||||
const MaxSessionUnprocessedPackets = 256
|
||||
|
||||
// SkipPacketAveragePeriodLength is the average period length in which one packet number is skipped to prevent an Optimistic ACK attack
|
||||
const SkipPacketAveragePeriodLength PacketNumber = 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue