parse and send the ack_delay_exponent in the transport parameters

This commit is contained in:
Marten Seemann
2019-01-07 15:09:14 +07:00
parent ee75f5e2f2
commit 155ebd18a2
5 changed files with 43 additions and 3 deletions

View File

@@ -63,3 +63,6 @@ const MinStatelessResetSize = 1 /* first byte */ + 22 /* random bytes */ + 16 /*
// MinConnectionIDLenInitial is the minimum length of the destination connection ID on an Initial packet.
const MinConnectionIDLenInitial = 8
// DefaultAckDelayExponent is the default ack delay exponent
const DefaultAckDelayExponent = 3