mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
parent
769655c43e
commit
af56ff2aca
5 changed files with 92 additions and 7 deletions
|
@ -66,3 +66,6 @@ const CryptoMaxParams = 128
|
|||
|
||||
// CryptoParameterMaxLength is the upper limit for the length of a parameter in a crypto message.
|
||||
const CryptoParameterMaxLength = 2000
|
||||
|
||||
// EphermalKeyLifetime is the lifetime of the ephermal key during the handshake, see handshake.getEphermalKEX.
|
||||
const EphermalKeyLifetime = time.Minute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue