forked from quic-go/quic-go
queue undecryptable packets for later decryption & possibly send PRST
fixes #38, fixes #69, fixes #73
This commit is contained in:
@@ -51,3 +51,7 @@ const MaxCongestionWindow PacketNumber = 200
|
||||
// DefaultMaxCongestionWindow is the default for the max congestion window
|
||||
// Taken from Chrome
|
||||
const DefaultMaxCongestionWindow PacketNumber = 107
|
||||
|
||||
// MaxUndecryptablePackets limits the number of undecryptable packets that a
|
||||
// session queues for later until it sends a public reset.
|
||||
const MaxUndecryptablePackets = 10
|
||||
|
||||
Reference in New Issue
Block a user