mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
parent
75e15e03f7
commit
5d0399bfe3
3 changed files with 50 additions and 29 deletions
|
@ -85,3 +85,6 @@ const MaxIdleTimeout = 1 * time.Minute
|
|||
|
||||
// MaxTimeForCryptoHandshake is the default timeout for a connection until the crypto handshake succeeds.
|
||||
const MaxTimeForCryptoHandshake = 10 * time.Second
|
||||
|
||||
// NumCachedCertificates is the number of cached compressed certificate chains, each taking ~1K space
|
||||
const NumCachedCertificates = 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue