mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
initiate a key update after sending / receiving 100000 packets
This commit is contained in:
parent
73d5d83a1d
commit
a09c045324
5 changed files with 156 additions and 74 deletions
|
@ -139,3 +139,6 @@ const MaxAckDelay = 25 * time.Millisecond
|
|||
// MaxAckDelayInclGranularity is the max_ack_delay including the timer granularity.
|
||||
// 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.
|
||||
const KeyUpdateInterval = 100 * 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue