use a package-level variable to set the key update frequency

This commit is contained in:
Marten Seemann 2020-09-08 11:11:16 +07:00
parent 72d81f6951
commit a063500d73
4 changed files with 8 additions and 54 deletions

View file

@ -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.