Skip to content

Commit 0acc50b

Browse files
author
Dmitri Tikhonov
committed
Revert "Improve description of max_ack_delay transport parameter"
This reverts commit d19d65c.
1 parent ab99715 commit 0acc50b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-ietf-quic-transport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,9 +1728,9 @@ disable_migration (0x0009):
17281728

17291729
max_ack_delay (0x000c):
17301730

1731-
: An 8-bit unsigned integer value to use as the maximum delay (in milliseconds)
1732-
when sending acknowledgements. If this value is absent, a default of 25
1733-
milliseconds is assumed.
1731+
: An 8 bit unsigned integer value indicating the maximum amount of time in
1732+
milliseconds by which it will delay sending of acknowledgments. If this
1733+
value is absent, a default of 25 milliseconds is assumed.
17341734

17351735
Either peer MAY advertise an initial value for the flow control on each type of
17361736
stream on which they might receive data. Each of the following transport

0 commit comments

Comments
 (0)