wire: apply the default value for the active_connection_id_limit (#3806)

This commit is contained in:
Marten Seemann
2023-05-28 21:45:46 +03:00
committed by GitHub
parent 1951878816
commit fce0261c34
4 changed files with 31 additions and 9 deletions

View File

@@ -77,6 +77,9 @@ const MinConnectionIDLenInitial = 8
// DefaultAckDelayExponent is the default ack delay exponent
const DefaultAckDelayExponent = 3
// DefaultActiveConnectionIDLimit is the default active connection ID limit
const DefaultActiveConnectionIDLimit = 2
// MaxAckDelayExponent is the maximum ack delay exponent
const MaxAckDelayExponent = 20