Skip to content

Commit

Permalink
adding comment for max_ack_delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 22, 2020
1 parent e7512ed commit 23dd580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1129,6 +1129,10 @@ follows:
smoothed_rtt = kInitialRtt
rttvar = kInitialRtt / 2
min_rtt = 0
// max_ack_delay is initialized to 0 and
// updated when transport parameters are exchanged.
// If a peer does not specify max_ack_delay,
// it is set to 25ms.
max_ack_delay = 0
for pn_space in [ Initial, Handshake, ApplicationData ]:
largest_acked_packet[pn_space] = infinite
Expand Down

0 comments on commit 23dd580

Please sign in to comment.