advertize the max_ack_delay in the transport parameters

This commit is contained in:
Marten Seemann 2019-05-08 13:22:37 +09:00
parent 4042a8258c
commit af8c03ebaf
6 changed files with 12 additions and 9 deletions

View file

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