mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
implement ACK frame parsing using an ack delay exponent
This commit is contained in:
parent
741521c4d1
commit
ee75f5e2f2
4 changed files with 38 additions and 22 deletions
|
@ -117,3 +117,6 @@ const MinPacingDelay time.Duration = 100 * time.Microsecond
|
|||
// DefaultConnectionIDLength is the connection ID length that is used for multiplexed connections
|
||||
// if no other value is configured.
|
||||
const DefaultConnectionIDLength = 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