implement the active_connection_id_limit transport parameter

This commit is contained in:
Marten Seemann 2019-09-15 13:13:21 +07:00
parent b9b44c60d3
commit 37600e049d
5 changed files with 23 additions and 7 deletions

View file

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