implement ACK frame parsing using an ack delay exponent

This commit is contained in:
Marten Seemann 2019-01-07 14:32:57 +07:00
parent 741521c4d1
commit ee75f5e2f2
4 changed files with 38 additions and 22 deletions

View file

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