mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
advertize the max_ack_delay in the transport parameters
This commit is contained in:
parent
4042a8258c
commit
af8c03ebaf
6 changed files with 12 additions and 9 deletions
|
@ -125,3 +125,6 @@ const DefaultConnectionIDLength = 4
|
|||
|
||||
// AckDelayExponent is the ack delay exponent used when sending ACKs.
|
||||
const AckDelayExponent = 3
|
||||
|
||||
// MaxAckDelay is the maximum time by which we delay sending ACKs.
|
||||
const MaxAckDelay = 25 * time.Millisecond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue