mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
update the invalid packet limit for AES
This commit is contained in:
parent
51fd3c33b2
commit
eff36f3057
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const MaxConnIDLen = 20
|
|||
|
||||
// InvalidPacketLimitAES is the maximum number of packets that we can fail to decrypt when using
|
||||
// AEAD_AES_128_GCM or AEAD_AES_265_GCM.
|
||||
const InvalidPacketLimitAES = 1 << 54
|
||||
const InvalidPacketLimitAES = 1 << 52
|
||||
|
||||
// InvalidPacketLimitChaCha is the maximum number of packets that we can fail to decrypt when using AEAD_CHACHA20_POLY1305.
|
||||
const InvalidPacketLimitChaCha = 1 << 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue