mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
implement the active_connection_id_limit transport parameter
This commit is contained in:
parent
b9b44c60d3
commit
37600e049d
5 changed files with 23 additions and 7 deletions
|
@ -133,6 +133,9 @@ const MinPacingDelay time.Duration = 100 * time.Microsecond
|
|||
// if no other value is configured.
|
||||
const DefaultConnectionIDLength = 4
|
||||
|
||||
// MaxActiveConnectionIDs is the number of connection IDs that we're storing.
|
||||
const MaxActiveConnectionIDs = 4
|
||||
|
||||
// AckDelayExponent is the ack delay exponent used when sending ACKs.
|
||||
const AckDelayExponent = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue