forked from quic-go/quic-go
wire: apply the default value for the active_connection_id_limit (#3806)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user