mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
use a package-level variable to set the key update frequency
This commit is contained in:
parent
72d81f6951
commit
a063500d73
4 changed files with 8 additions and 54 deletions
|
@ -160,7 +160,7 @@ const MaxAckDelay = 25 * time.Millisecond
|
|||
// This is the value that should be advertised to the peer.
|
||||
const MaxAckDelayInclGranularity = MaxAckDelay + TimerGranularity
|
||||
|
||||
// KeyUpdateInterval is the maximum number of packets we send or receive before initiating a key udpate.
|
||||
// KeyUpdateInterval is the maximum number of packets we send or receive before initiating a key update.
|
||||
const KeyUpdateInterval = 100 * 1000
|
||||
|
||||
// Max0RTTQueueingDuration is the maximum time that we store 0-RTT packets in order to wait for the corresponding Initial to be received.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue